@charset "utf-8";
.tablemain {
	background-color: #FFFFFF;
}
.tablehead {
	background-color: #999999;
}
a:hover {
	color: #FF220C;
	text-decoration: none;
}
a {
	color: #FF220C;
	text-decoration:none;
}
.navlink {
	color: #666666;
	text-decoration: none;
}
.navactive {
	color: #FF2006;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.title {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1e1e1e;	
}
