@charset "utf-8";
/* CSS Document */

/*************************************************************************
* SPRY NEWS TABLE CSS                 									 *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
.oddnews{ background-color: #333333;}
.evennews{ background-color:#666666;}
.hovernews{
	background-color:#000000;
}
.selectednews{background-color: #56A11A;}
.newstext { text-align:center;
	color:#ffffff;}
#mainnews {
	height: 100%;
	
}

#newsnav {
	width: 100%;
	text-align:center;
}


#newsdetail {
	width:100%;
	font-size:90%;
	
	
}
.newssummarysmalltext {font-size: 90%; color:#ffffff;}
.newssummary {
	height: 100%;
	
	
}

