.main {
	color: #fff;
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
	line-height: 18pt;
}
.header {
	color: #FFF200;
	font-size: 14pt;
	font-family: arial;
	font-weight: bold;
	line-height: 16pt;
}
.mainyellow {
	color: #ceced6;
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
}
.header_white { color: #fff; font-size: 14pt; font-family: arial; font-weight: bold; }
.mainwhite { color: #fff; font-size: 9pt; font-family: arial; font-weight: bold; }
.mainwhite2 { color: #fff; font-size: 11pt; font-family: arial; font-weight: bold; }
.eventDate {
	font-family: arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #ffffff;
	text-align: right;
	vertical-align: top;
	width: 200px;
}
.eventDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
	padding-left: 8px;
	margin-bottom: 8px;
}
.eventName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fffb00;
	text-decoration: none;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bottompad {
	padding-bottom: 10px;
}
.gradientblue {
	background-image: url(../images/gradient_box2.jpg);
	background-repeat: no-repeat;
}
.bottom2 {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.mainred {
	color: #FF0000;
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
}
.redBullet {
	list-style-image: url(../images/bullet.jpg);
}
.redBullet li{
	margin-bottom: 5px;
}
.yellowText {
	color: #FFF200;
}
.schedule th {
	color: #FFF200;
	background-color: #0d1c30;
	padding: 5px;
	text-align: center;
}
.schedule td {
	padding: 5px;
}

.shadedRow {
	background-color: #284265;
}
