@charset "UTF-8";
/* CSS Document */
body {
	background-color: #121212;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif, Eurostile;
	font-size: 10px;
	color: #CCCCCC;
}
a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #CCCCCC;
}
.style1 {
	color: #A8A06C;
	font-weight: bold;
}