/* CSS Document */
BODY {
	background-color: #000000;
}
.main_text {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
    font-size: 13px;
	line-height: 16px;
	color: #ffffff;
}
.main_text a:link {
	color: #6bdbff;
	text-decoration: none;
}
.main_text a:visited {
	color: #6bdbff;
	text-decoration: none;
}
.main_text a:active {
	color: #000000;
	background-color:#6bdbff;
	text-decoration: none;
}
.main_text a:hover {
	color: #000000;
	background-color:#6bdbff;
	text-decoration: none;
}
.alt_main {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
    font-size: 13px;
	line-height: 16px;
	color: #999999;
}
.subhead_name {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
    font-size: 13px;
	line-height: 16px;
	color: #a3bb1f;
	font-weight:bold;
}


