.news
{
    width: 100%;
	background-color: #edecdf;
	margin-bottom: 4px;
    
}

.news A:link {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #964B20;
	font-weight: bold;
}
.news A:visited {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #964B20;
	font-weight: bold;
}
.news A:hover {
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #964B20;
	font-weight: bold;
}

.news P
{
    margin:0px;
    margin-top: 7px;
    margin-bottom: 7px;
}


.news_date
{
	border-left: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 1px solid #cccccc;
	padding-left: 2px;
	Xcolor: #edecdf;
	color: #333333;
	background-color: #DEDFD2;
	font-size: 7pt;
}
.news_author
{
	border-top: 2px solid black;
	border-bottom: 1px solid #cccccc;
	padding-right: 2px;
	Xcolor: #edecdf;
	color: #333333;
	Xbackground-color: #90531E;
	background-color: #DEDFD2;
	font-size: 7pt;
}
.news_headline
{
    padding-top: 2px;
	padding-left: 2px;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 3px;
	color: #222222;
}
.news_text
{
	border-left: 2px solid black;
	padding: 2px;
	font-size: 82%;
	padding-left: 6px;
	padding-right: 6px;
}