A,a:linked,a:visited {
	color: Blue;
	text-decoration: underline;
	font-size: 9px;
}

a:hover,a:active,a:focus {
	color: Black;
	text-decoration: none;
	background-color: Fuchsia;
}

.FinePrint {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: Black;
}

.red {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 10px;
	color: Red; 
}

.redBold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Red;
}


.spacer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1px;
	color: White;
}

TD {
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 11px;
}

TH {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	background-color: Black;
	color: White;
	font-weight: bold;
}

.Title {
	font-size: 12px;
	font-family: Verdana;
	color: Black;
	font-weight: bold;
}

.yellowLink {
	color: Blue;
	font-weight: bold;
	text-decoration: underline;
	background-color: Yellow;
}