/* CSS definition file containing site wide stylesheets */

.DarkBlue {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(51,102,153)
}

.LightGray {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	background-color: rgb(238,238,238)
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 16px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(51,102,153)
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(238,238,238)
}

.Schedule {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10px;
 	color: rgb(0,0,0)
}

H3 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 13px;
 	font-weight: bold
}
