BODY
{
    background-color: #009966;
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
	font-weight: normal; 
}
table
{
    background-color: #FFFFFF;
	font-family: Arial;
	color: #000000;
	font-size:9pt;
	font-weight: normal; 
}
.titlefont
{
font-family: Arial;
font-weight: bold;
color: #000000;
font-size: 13pt;
}
.smallfont
{
    font-family: Arial;
	color: #000000;
	font-size: 8pt;
}

.footfont
{
    font-family: Arial;
	color: #FFFFFF;
	font-size: 8pt;
}

.navifont
{
    font-family: Arial;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}

.bullet
{
    font-family: Arial;
	color: #000000;
	font-size: 7pt;
	
}

A:link
{
	text-decoration: none;
	color: #00441B;
}

A:visited
{
	text-decoration: none;
	color: #993399;
}

A:active
{
	text-decoration: none;
	color: #00441B;
}

A:hover
{
	text-decoration: underline;
	color: #00441B;
}


