body {
	background-color: transparent;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	marginwidth: 0px
	marginheight: 10px

}

a:link { 
	color: #69696A; text-decoration:none; 
}
a:active { 
	color: #69696A; text-decoration:none; 
}
a:visited {
 	color: #69696A; text-decoration:none; 
}
a:hover {
	color: #B41A19; text-decoration:underline; 
}


/* News Section */


.newsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B41A19;
	padding-top:5px;
	padding-bottom:5px;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.newsDate {
	font-size: 11px;
	color: #3E3E3F;
	font-weight: bold;
}


.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3E3F;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}