@charset "utf-8";
/* CSS Document */

body {
	background-color: #1E1E1E;
}
a:link {
	color: #CC9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9933;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CC9933;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #999999;
}
.style1 {
	color: #1E1E1E
}
.style2 {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: lighter;
}
.style3 {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: lighter;
}
