/* CSS Document */

.nav a:link
{color: #990000; text-decoration:none}
.nav a:visited
{ color: #990000; text-decoration:none}
.nav a:hover      
{ color: #669966; text-decoration:underline }

.whitelnk a:link
{color: black; text-decoration:underline}
.whitelnk a:visited
{ color: #666666; text-decoration:none}
.whitelnk a:hover      
{ color: black; text-decoration:underline }

.maintext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
	font-style: normal;
}
.maintitle {
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 16pt; line-height: 19px; font-weight: bold;
color: #000000
}
.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
	font-style: normal;}
.navtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	clip:     rect(auto auto auto auto);
	text-align: left;
	margin-left: 20px;
}
.bottomnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
