Body {
	background-color: white;
	background: white;
}
A:link { color: blue; text-decoration: none; }
A:visited { color: blue; text-decoration: none; }
A:hover { text-decoration: underline; }

td.tblLeftHead {
	background-color: orange;
	background: red;
	color: white;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
}
td.tblLeftCell {
	background-color: white;
	background: white;
	color: black;
	font-size: 8pt;
	font-family: Verdana;
}
td.tblCentHead {
	background-color: navy;
	background: navy;
	color: white;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
}
td.tblCentCell {
	background-color: white;
	background: white;
	color: black;
	font-size: 8pt;
	font-family: Verdana;
}

select.frmUserInfo {
	font-size: 9pt;
	font-family: Verdana;
}
input.frmTopText {
	font-size: 8pt;
	font-family: Arial;
}

.lblStats {
	font-size: 9pt;
	font-family: Arial;
}