/*====New Articles====*/
#NewsHeader { 
	color: #000; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; line-height: 20px; 
	background-color: #d5d0b3; 
	border-top: 1px solid #68322e; 
	border-bottom: 1px dashed #68322e;
	cursor: hand;
}
#NewsHeaderOver {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	background-color: #c63;
	border-top: 1px solid #68322e;
	border-bottom: 1px dashed #68322e;
	cursor: hand;
}
.NewsBody {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NewsLinks, .NewsLinks a:link, .NewsLinks a:active, .NewsLinks a:visited {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	width: 100%;
	height: 20px;
	cursor: hand;
}
.NewsLinks a:hover {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 20px; 
	text-decoration: none; 
	width: 100%; 
	height: 20px;
}
.NewsArticleHeader {
	color: #c63;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	border-top: 1px solid #68322e;
	border-bottom: 1px dashed #68322e;
}
