@charset "utf-8";
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	line-height: 180%;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
.white {
	color: #FFF;
}
.green {
	color: #060;
	font-weight: bold;
	font-size: 14px;
}
