body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*background-color: #CCCCCC;*/
	margin: 0px;
	padding: 0px;
}
h1 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
}
td {
	font-size: 12px;
}
.stats table td {
	background-color: #DDDDDD;
}
td.alt, .stats table td.alt {
	background-color: #EEEEEE;
}
.gray td {
	background-color: #DDDDDD;
}
th {
	font-size: 12px;
	background-color: #999999;
	color: #FFFFFF;
}
a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.mainmenu {
	font-size: 10px;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a.mainmenuAlt {
	font-size: 10px;
	display: block;
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
a.mainmenu:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
a.mainmenuAlt:hover {
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration: none;
}
table.mainmenu, table.mainmanuAlt {
	padding: 0px;
	border: 0px;
	width: 100%;	
}
.error {
	color: #990000;
	font-weight: bold;
}
.small {
	font-size: 10px;
}
.whitebg {  
	background-color: #FFFFFF
}

