a:link
{
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: none;
}
a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: none;
} 
a:hover
{
	font-family: Arial, Helvetica, sans-seriff;
	text-decoration: underline;
}
a:active 
{
	font-family: Arial, Helvetica, sans-serif;
	color: blue;
	text-decoration: none;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: white;
	color: black;
	margin:0px;
}
table
{
	bordercolor: ;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	text-indent:10px;
	color: white; 
	background-color: #0011b2;
	padding: 1px;
}
