//// these are for the front page 


.newsTitle
{
	font-family: "Gill Sans MT", Tahoma, "Century Gothic";
	font-size: 10pt;
	font-weight: bold;
	color: #88A222;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	padding-left: 22px;

}
.newsAuthor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.newsMainBody
{
	font-family: Tahoma;
	font-size: 7pt;
	line-height: 16px;
	color: #333333;
	margin-left: 2px;
}
.newsDate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #C2C2C2;
}
.newsPrint{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}