@charset "iso-8859-1";
/* CSS Document */
body{
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}
#newsholder{
	width:340px;
	height:93px;
	margin-bottom:10px;
}
.newsTxt{
	padding:20px;
	font-size:12px;
	color:#666;
}
.newsTxt a:link, .newsTxt a:active, .newsTxt a:visited{
	color:#ce0006;
	text-decoration:none;
}
.newsTxt a:hover{
	color:#ce0006;
	text-decoration:underline;
}
.newsTxt h2{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	color:#00662f;
}