a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.body_text {font-size: 11px; color: #CCCCCC;}
body,td,th {
	font-family: Century Gothic, Helvetica, Arial;
	font-size: 11px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
}
.body_gray {
	color: #999999;
	font-size: 11px;
}
.main_links {
	font-size: 14px;
	color: #CCCCCC;
}
.header {
	font-size: 14px;
	color: #CCCCCC;
}
.small_gray {
	font-size: 10px;
	color: #999999;
}