@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-repeat: repeat-x;
	margin: 0px;
	background-position: center top;
	background-color: #000000;
	background-image: url(imgs/bgFade2.jpg);
	text-align: left;
	color: #CCC;
}
.title_text {
	font-size: 24px;
	color: #FFFFFF;
}
.page_text {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}
.page_textSubTitle {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
a.nav:link {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
a.nav:visited {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
a.nav:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
.nav {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}

#fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 10;
}
.classDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #99CC00;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFF00;
	border-left-color: #FFFF00;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #99CC00;
	background-color: #FF0000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}
.hilight {
	color: #9C0;
}

