/*====New Articles====*/
#NewsHeader {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	cursor: pointer;
}
#NewsHeaderOver {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	cursor: pointer;
	background-color: #999999;
}
.NewsBody { 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NewsLinks, .NewsLinks a:link, .NewsLinks a:active, .NewsLinks a:visited {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	width: 100%;
	height: 20px;
}
.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: #000;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #684f40;
}
