a:link
{
	color: rgb(0,0,0); 
}
a:visited
{
	color: rgb(255,051,204); 
} 
a:active 
{
	color: rgb(0,0,0);
}
a:hover
{ 
	color: rgb(000,000,255);
}  	



body, table td 
{
	font-family: Arial, Helvetica, Verdana;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0); font-size:12px
}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); 
}


hr {
  border: none;
  background-color: #B4CBDF;
  color: #35669A;
  height: 1px;
}



h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(000,000,102);
}
h2
{
	color: rgb(000,000,102); 
}
h3
{
	color: rgb(000,000,000); 
}
h4
{
	color: rgb(000,000,000);
}
h5
{
	color: rgb(000,000,000);
}
h6
{
	color: rgb(000,000,102);
}