@charset "UTF-8";
.bkgrnd {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #171635;
}
.mainheader {
	font-family: Tahoma;
	font-weight: bold;
	color: #B7D65B;
	font-size: 12px;
}
.main {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	list-style-image: url(../images/bullet.gif);
}
.top {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.top  a:link {
	color: #999999;
	text-decoration: none;
}
.top a:visited {
	color: #999999;
}
.top a:visited {
	text-decoration: none;
}
.top a:hover {
	text-decoration: underline;
}
.main a:link {
	color: #333333;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
.main a:visited {
	color: #333333;
}
.redheader {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.schedule {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.schedule  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.schedule a:visited {
	color: #FFFFFF;
}

.schedule a:hover {
	text-decoration: underline;
}
