/* CSS Document */

td { 
	
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 9pt; 
	line-height: 14px;
	color: #000000;
}

a:link {
	text-decoration: underline;
	font-size: 9pt;
	color: #FFFFFF
}

a:visited {
	text-decoration: underline; 
	font-size: 9pt; 
	color: #FFFFFF
}

a:hover {
	text-decoration: none; 
	font-size: 9pt; 
	color: #FFFFFF
}

a:active {
	text-decoration: underline; 
	font-size: 9pt; 
	color: #FFFFFF
}

.titles {
	font-family: Tahoma, sans-serif, Helvetica; 
	font-size: 10pt; 
	font-weight: bold;
	line-height: 22pt;
}

.copyright {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 7pt;
	font-weight:bold;
	color: #FFFFFF;
}

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

}

.newsDate {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:#ac9323;	

}


.homeText {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 8pt;
	color:#000000;	

}


/* Bottom Links */

.bottom:link {
	font-family: Tahoma, sans-serif, Helvetica; 
	font-size: 7pt;
	font-weight:bold;  
	color:#b89d26; 
	text-decoration: underline;
}

.bottom:active {
	font-family: Tahoma, sans-serif, Helvetica;
	font-size: 7pt;
	font-weight:bold;
	color: #b89d26;
	text-decoration: underline;

}

.bottom:visited {
	font-family: Tahoma, sans-serif, Helvetica;
	font-size: 7pt;
	font-weight:bold;
	color: #b89d26;
	text-decoration: underline;

}

.bottom:hover {
	font-family: Tahoma, sans-serif, Helvetica;
	font-size: 7pt;
	font-weight:bold;
	color: #b89d26;
	text-decoration: none;

}

/* News Links */

.news:link {
	font-family: Tahoma, sans-serif, Helvetica; 
	font-size: 8pt;
	font-weight:bold;
	color:#FFFFFF; 
	text-decoration: underline;
}

.news:active {
	font-family: Tahoma, sans-serif, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}

.news:visited {
	font-family: Tahoma, sans-serif, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}

.news:hover {
	font-family: Tahoma, sans-serif, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}