a:link
{
	color:002AB1; 
}
a:visited
{
	color:1D9D9D; 
} 
a:active 
{
	color: rgb(0,127,0);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,51,51);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica; 
	font-style:italic; text-decoration:underline
}
h1
{
	color: rgb(0,0,0);
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: rgb(0,0,0); 
}
h4
{
	color:1D9D9D;
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}