BODY {
	background-color : #FFFFFF;
	margin : 0px;
	scrollbar-base-color:#003366;
      color : #000066;
	font-size : 12px;
	font-family : Arial, Helvetic sans-serif;
	topmargin: 0; leftmargin:0; marginwidth:0; marginheight:0;
}
 P, TD {
	color : Black;
	font-size : 12px;
	font-family : Arial, Helvetica sans-serif;
}
a            { color :#003366; text-decoration: none }
a:link{
	color :#003366;
	text-decoration :none;
	}
 a:visited {
	color :#294672;
	text-decoration :none;
		}
a:hover      { text-transform: uppercase; color: #993300; font-family: Arial }

a:active {
	color :#993300; 
	font-family :Arial, Helvetica, sans-serif;
	text-decoration :none;
	}
#block 
{
display: block;
text-align: center; text-transform: uppercase;
border: 1px solid #003366;
padding: 2px;
text-decoration: none;
font-family: arial;
font-weight: bold;width: 140px;
font-size: 11px;
}
#block a:link {
	display: block;
	text-align: center; text-transform: uppercase;
	color: #003366;
	background-color: White;
	width: 140px;

}
#block a:visited {
	display: block;
	text-align: center; text-transform: uppercase;
	color: #CCCCCC;
	background-color: #FFFFFF;
	width: 140px;
}
#block a:hover {
	display: block;
	text-align: center; text-transform: uppercase;
	color: White;
	background-color: #003366;
	width: 140px;
}