/* CSS Document */

body {background-color:#FFFFFF; }

a:link     { color: #006699; text-decoration: underline; }
a:visited  { color: #006699; text-decoration: underline; }
a:hover    { color: #CC9900; text-decoration: none; }
a:active   { color: #CC0000; text-decoration: none; }

td { font-family:Verdana, Arial, Helvetica, sans-serif;
	  color: #000000;
	  font-size:10pt;
	  border:0px;
	  }
	  

.footer 
{
	text-align: center;
	background-color:#000033;
	color:#FFFFFF;
	font-size:10px;
	text-decoration: none;
	position:relative;
}
	  
