/* CSS Document */

.bodyText{
	font-family: "Verdana";
	font-size: 10px;
	color: #00206B;
	text-decoration:none;
}

.bodyText:hover{
	font-family: "Verdana";
	font-size: 10px;	
	color: #00206B;
	text-decoration:underline;
}

.newsText{
	font-family: "Verdana";
	font-size: 10px;
	color: #00206B;
	text-decoration:none;
}

.newsTextError{
	font-family: "Verdana";
	font-size: 10px;
	color: #BE0D22;
	text-decoration:none;
}

.historyText{
	font-family: "Verdana";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;

}

.historyText:hover{
	font-family: "Verdana";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;

}

.masksText{
	font-family: "Verdana";
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 12pt; 
}




.masksTextHeader{
	font-family: "Verdana";
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.masksTextHeader:hover{
	font-family: "Verdana";
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.nav3 a:link {color: #FFFF00; text-decoration: underline; font-size: 12px; font-weight: bold}
.nav3 a:visited {color: #FFFF00; text-decoration: underline; font-size: 12px; font-weight: bold}
.nav3 a:hover {color: #00CCFF; text-decoration: underline; font-size: 12px; font-weight: bold}
.nav3 a:active {color: #0000FF; text-decoration: underline; font-size: 12px; font-weight: bold}
