a:link
{
	color: #FF0000;text-decoration:none; font-weight:bold 
}
a:visited
{
	color: #3399FF;text-decoration:none; font-weight:bold 
} 
a:active 
{
	color: rgb(255,51,0);text-decoration:none; font-weight:bold
}


body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: #000000;
		background-image: url("images/blue-bkgd.gif");
	margin-left: 5
}




table
{
	table-border-color-light: rgb(3,25,195);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: #034BC4; 
}
h4
{
	color: rgb(3,75,196);
}
h5
{
	color: rgb(250,25,0);
}
h6
{
	color: rgb(0,0,0);
}

td           
{ 
    font-size: 10pt 
}