a:link
{
	color: #006666; font-weight: bold;text-decoration: none;
}
a:visited
{
	color: #af0000; font-weight: bold;text-decoration: none;
} 
a:active 
{
	color: #FFCC00; font-weight: bold;
}

a:hover 
{color: #ffffff; background-color: #006666; font-weight: bold }

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-size: 10pt;
}
table
{
	color: #000000;
	font-size: 10pt;
	
}

th
{	background-color: #006666;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Courier New, Courier, Times;
}
h1
{
	color: rgb(0,0,128);
	font-size: 30pt;
	font-weight: bolder;
}
h2
{
	color: rgb(204,51,0);
	font-weight: bold; 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: #ffcc00;
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}