body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background: #666666;
	background-repeat: repeat-x;	
}

.nav {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	background: #666666;
	color: white;
}

.bodytext, .bodytext1, .bodytext2, .bodytext3 {
	font-size: 10px;
	line-height: 18px;
	color: black;
	background-color: #666666;
	valign: center;
	font-weight: bold;
}

.bodytext2 {
	font-size: 11px;
	color: white;
	background-color: black;
	line-height: 24px;
}

a:link, a:active, a:visited, a:hover {  
	color: #c00000; 
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: gray;
}