/* CSS Document */
body {
	margin-top: 0px;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
}
a {
	color:#FFCC00;
	text-decoration:none;
}
a:hover {
	color:#cccccc;
	text-decoration:underline;
}
a.subnav {
	color:#FFCC00;
	text-decoration:none;
	font-size:10pt;
}
a.subnav:hover {
	color:#cccccc;
	text-decoration:underline;
	font-size:10pt;
}
.maintext {
	font-size:11pt;
	color:#000000;
}
.whitetext {
	font-size:11pt;
	color:#cccccc;
}