.maintext a:link {
	text-decoration: none;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
} 
.maintext a:visited { text-decoration: none; color: #B9211E}
.maintext a:active { 
	color: #B9211E;
	text-decoration: none;
}  
.maintext a:hover { text-decoration: underline; color: #B9211E} 
.maintext {
	font-family: Arial;
	font-size: 13px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}

.smallblacktext {
	font-family: Arial;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
}

.whitetext a:link { text-decoration: none; color: #EDB30F} 
.whitetext a:visited { text-decoration: none; color: #EDB30F}
.whitetext a:active {
	color: #EDB30F;
	text-decoration: none;
}  
.whitetext a:hover { text-decoration: none; color: #0061AB} 
.whitetext {
	font-family: Arial;
	font-size: 10px;
	line-height: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.titletext a:link { color: #B9211E} 
.titletext a:visited { color: #B9211E}
.titletext a:active { color: #B9211E}
.titletext a:hover { color: #000000} 
.titletext {
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	color: #B9211E;
	text-decoration: none;
	font-weight: bold;
}

.datetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	color: #9999FF;
	text-decoration: none;
}
