A:LINK, A:VISITED {
	color: rgb(00,00,66);
	text-decoration : none;
}

A:HOVER {
	background-color: transparent;
	color:  rgb(00,00,99);
	text-decoration: underline;
}


.content
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: Normal;
	color: rgb(71,46,44);
	text-align: Left;
}

.subhead
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	font-weight: Normal;
	color: navy;
	text-align: Left;
}

.h1
{
	font-family: Times New Roman, Times;
	color: rgb(153,153,51);
}
.h2
{
	font-family: Times New Roman, Times;
	color: rgb(204,153,0); 
}