﻿*, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.footer
{
	padding-Top: 10px;
	padding-Left: 25px;
	font-size: 11px;
	color: white; /* Hard Coded No matter what color scheme */
	text-align: left;
	font-weight: bold;
	
}

.PageTitle
{
	margin-bottom: 5px;
	margin-top: 5px;
	color: #330000;
	font-weight: bold;
	font-size: 14pt;
}

.Schedule
{
	margin-bottom: 5px;
	margin-top: 5px;
	color: white;
	font-weight: bold;
	font-size: 14pt;
}

HR
{
	text-align: center;
	height: 1px;
	width: 100%;
	margin-bottom: 5px;
	clear: both;
	color: #7F7F7F;
	
	
}



ul
{
	list-style-type: square;
	color: #669900;
	padding: 0 0 0 0;
}

TH
{
	font-weight:bold;
	 text-align:left;
	
}
li
{
	margin-top:5px;
}

A
{
	color: #660000; 
	font-weight: bold;

}
A:hover
{
	color: #CC3300; /*#c92c17; Red */
	background-color: #dcdcdc;
}

.award
{
	color: White; /*Green*/
	font-weight: bold;
	font-size: 14pt;

}

.scheduleItem
{
	font-size: 11pt;

}



