body {
	background-color: #FFFFFF;
	color: #006DB7;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
}
	
a {
	text-decoration: underline;
	color: #00FFFF;
}

a:visited a:active {
	color: #00CC00;
}

a:hover {
	color: #AF0000;
}

h1#pageTitle {
	width: 429px;
	height: 50px;
	background-color: #AF0000;
	border-top: 3px solid #DF0000;
	border-bottom: 3px solid #7F0000;
	color: #FFBA84;
	font-family: Verdana, Arial, Helvetica;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

td.infoHead {
	background-color: #AF0000;
	color: #FFBA84;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #242424;
	text-align: center;
}

td.infoOdd {
	background-color: #FF9348;
	color: #640000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

td.infoEven {
	background-color: #FE812F;
	color: #640000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

