* html body {}
/* ---------------------------------------- */
BODY
{
	background-color: #000000;
	color: #7F7F7F;
	font-family: Tahoma, Verdana, Helvetica, sans-serif, Arial;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
TD
{
	color: #7F7F7F;
	font-family: Tahoma, Verdana, Helvetica, sans-serif, Arial;
	font-size: 11px;
}
/* ---------------------------------------- */
a:link, a:visited, a:active
{ 
	color: #A18203;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
}
a:hover
{ 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	letter-spacing: 0px;
}