.footer{
	font-family: arial;
	font-size: 9pt;
	color: black;
}

.footer a{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #993333;
}

.footer a:hover{
	text-decoration: underline;
	color: #ff9999;
}


.bodytext{
	font-family: arial;
	font-size: 9pt;
	color: #333333;
}
.bodytext UL{
	font-family: arial;
	font-size: 9pt;
	color: #333333;
}
.bodytext a{
	font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	color: #996633;
}

.bodytext a:hover{
	text-decoration: underline;
	color: #cc9966;
}

.mainnav{
	font-family: georgia;
	font-size: 9pt;
	font-weight: bold;
	color: #993333;
}


.mainnav a{
	font-family: georgia;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	color: #993333;
}

.mainnav a:hover{
    text-decoration: none;
	color: #ff9999;
}

.smallnav{
	font-family: arial;
	font-size: 8pt;
	color: #996633;
}


.smallnav a{
	font-family: arial;
	font-size: 8pt;
	text-decoration: none;
	color: #996633;
}

.smallnav a:hover{
    text-decoration: none;
	color: #cc9966;
}


.header{
	font-family: georgia;
	font-size: 10pt;
	font-weight: bold;
	color: #336633;
}