/* CSS Document */

body {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   background-color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body, html {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

a:link {
	color: #000000;
}
a:visited {
	color: #899BB1;
}
a:hover {
	color: #EEA100;
}
a:active {
	color: #899BB1;
}