@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #F90;
}
a:visited {
	color: #F90;
}
a:hover {
	color: #F90;
}
a:active {
	color: #F90;
}
.normalText
{
	font-family: Arial;
	font-size: 10pt;
	color: #000;
}

