body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 10px;
}
.tableheight {
	/*height: 100%;*/
}
.maintablebg {
	background-color: #000000;
}

a:link {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #FF9933;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.active {
	font-family: Arial;
	font-size: 11px;
	color: #c06804;
	text-decoration: none;
}
