<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


/* CSS Document */

body
{ 
font-family: Arial, Helvetica, sans-serif;
background-color: black;
margin-top: 2px;
text-decoration:none;
font-size: small;
font-weight: 400;
font-style: normal;
margin-top:10px;	
}

table       
{
  border: ;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
	font-weight: 400;
	background-color: white;
	font-style: normal;
	width: 100%;
	text-align: left;
}

a:link		{ font-family: Arial, Helvetica, sans-serif; font-size: small; color: blue; text-decoration: none}
a:visited	{ font-family: Arial, Helvetica, sans-serif; font-size: small; color: blue; text-decoration: none}
a:active	{ font-family: Arial, Helvetica, sans-serif; font-size: small; color: blue; text-decoration: none}
a:hover		{ font-family: Arial, Helvetica, sans-serif; font-size: small; text-decoration: underline; }


