
/* --------------------------------------------
######### NEWS Text CSS ######### 
-----------------------------------------------*/
.textLightGrey {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;	
	text-decoration: none;
}
.textLightGrey a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	text-decoration: none;
}
.textLightGrey a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	text-decoration: none;
}.newsHeaderBlue {
	font-family: Georgia;
	font-size: 19px;
	color: #00a8d8;
}
.newsSubHeaderLinkGreen {
	font-family: Georgia;
	font-size: 16px;
	color: #4bad00;
	text-decoration:underline
}
.newsSubHeaderLinkGreen a{
	font-family: Georgia;
	font-size: 16px;
	color: #4bad00;
	text-decoration:underline
}
.newsSubHeaderLinkGreen a:hover{
	font-family: Georgia;
	font-size: 16px;
	color: #4bad00;
	text-decoration:underline
}
.newsTruncateLinkGreen {
	font-family: Georgia;
	font-size: 12px;
	color: #4bad00;
	text-decoration:underline
}
.newsTruncateLinkGreen a{
	font-family: Georgia;
	font-size: 12px;
	color: #4bad00;
	text-decoration:underline
}
.newsTruncateLinkGreen a:hover{
	font-family: Georgia;
	font-size: 12px;
	color: #4bad00;
	text-decoration:underline
}
.newsBoxPaddingLine {
	padding: 15px;
	border: 1px solid #aaaaaa;
	background-repeat: repeat-x;
}
.rssTableOutline {
	border: 1px solid #aaaaaa;
	padding: 15px;
	background-repeat: repeat-x;
	background-color: #f1f1f1;
	background-image: url(../ZNewsTest/images/newsBg.gif);	
}
.newsPicOutline {
	border: 1px solid #aaaaaa;
	
}
.newsTextLightGrey {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;	
	text-decoration: none;
}
.newsTextLightGrey a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00a8d8;
	text-decoration: underline;
}
.newsTextLightGrey a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00a8d8;
	text-decoration: underline;
}

