@charset "UTF-8";
body {
	background-color: #FF99EA;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
}
a {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}.style1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em
}
.style1underline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.day {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}
.italic {
	font-style: italic;
}
.undeline {
	padding-left: 35px;
	text-decoration: underline;
}
.ItalUnder {
	text-decoration: underline;
	font-style: italic;

}
.eventtitle {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	padding-left: 35px;
}
.padding {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
.ItalPadding {
	font-style: italic;
	padding-left: 35px;
}
.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: normal;
}