body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	background-color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.textblue {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.bluehed, H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #0000CC;
}
.bluesubhed, H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0000CC;
}
.MENU {
	text-transform: uppercase;
	font-size: medium;
}
.yearblueheader {
	color: #FFFFFF;
	background-color: #0000FF;
}

#schedule td {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #99CCFF;
	padding: 3px;
}
