/* CSS Document */

td { 
	
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	line-height: 16px;
	color: #000000;
}

a:link {
	text-decoration: underline;
	font-size: 11px;
	color: #B1282E
}

a:visited {
	text-decoration: underline; 
	font-size: 11px; 
	color: #B1282E
}

a:hover {
	text-decoration: none; 
	font-size: 11px; 
	color: #B1282E
}

a:active {
	text-decoration: underline; 
	font-size: 11px; 
	color: #B1282E
}

.titles {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10pt;
	color: #B1282E; 
	font-weight: bold;

}

.copyright {
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	color: #E6E6E6;
}

.redTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #A43421;		

}

.newsDate {
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color:#74B2BA;	

}

.newsDate {
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color:#74B2BA;	

}


/* Bottom Links */

.bottom:link {
	font-family: Verdana, sans-serif, Helvetica; 
	font-size: 7pt;  
	color:#E6E6E6; 
	text-decoration: underline;
}

.bottom:active {
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 7pt;
	color: #E6E6E6;
	text-decoration: underline;

}

.bottom:visited {
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 7pt;
	color: #E6E6E6;
	text-decoration: underline;

}

.bottom:hover {
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 7pt;
	color: #E6E6E6;
	text-decoration: none;

}

/* News Links */

.news:link {
	font-family: Verdana, sans-serif, Helvetica; 
	font-size: 7pt;  
	color:#227D8F; 
	text-decoration: underline;
}

.news:active {
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 7pt;
	color: #227D8F;
	text-decoration: underline;

}

.news:visited {
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 7pt;
	color: #227D8F;
	text-decoration: underline;

}

.news:hover {
	font-family: Verdana, sans-serif, Helvetica;
	font-size: 7pt;
	color: #227D8F;
	text-decoration: none;

}