/* CSS Document */
body {
	background-color: #373A33;  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/system/bg1.jpg);
	font-size: 15px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.errText {
	font-weight: bold;
	background-color: #990000;
	color: #FFFFFF;
}
.menu {font-family:; color:#3F403A}
.textSmall {font-size: 7.5pt}
.footer {font-size: 11px}
.contentBody {
	font-size: 9pt;
	background-color: #FFFF80;
	width:95%;
	overflow:visible;
	padding-left:10px;
}
.contentAd {
	background-color: #FF8000; 
	font-size: 12px;
	height:200px;
}
.contentAdText {
	background-color: #FF8000;
	font-size: 12px;
}
.textSpecial {color: #990000}
a:link {
	color: #333333;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #3300FF;
}
a:active {
	color: #009900;
}
.hd2 {
	font-size: 17px;
	font-weight: bold;
}
.tableRowHighlight {
background-color:#FFFF80;
}