a:link
{
	text-decoration:none; color:#FFFFFF; 
}
a:visited
{
	text-decoration:none; color:#FFFFFF; 
} 
a:active 
{
	text-decoration:underline; color:#FFFFFF;
}
a:hover 
{
	text-decoration:underline; color:#FFFFFF;
}

body
{
	font-family: Arial, Helvetica;
	background-color: #FFFFFF;
	color: #003333;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;font-size:8pt
}
h1
{
	color: rgb(0,153,153);
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}