body {
	background: #ffd350;
}
a {
	color: #804000;
}
#news_box {
	width:95%;
	background:#ffd350;
	padding:0px;
	margin:0px;
	border:#7a3e00 solid thin;
	color:#804000;
}
#news_subtitle { 
	font-size: 16px;
	font-weight: bold;
	color:#7a3e00; 
	text-decoration: none;
}
#news_title { 
	font-size: 18px;
	font-weight: bold;
	color:#CCCCCC; 
	text-decoration: none;
	background: url(/images/spotlitebar.gif) #d36d00 repeat-x 0 50%; 
	padding: 0px 0px 0px 7px;
	height: 28px;
}
#news_title a { 
	color:#DDDDDD; 
	text-decoration: none;
}
#news_title a:hover { 
	color: #EEEEEE;
	text-decoration: underline;
}
#news_text { 
	font-size: 13px;
	padding: 0px 0px 0px 10px;
}
#news_footer {
	font-size: 14px;
	padding: 0px 0px 0px 10px;
}
#news_footer a {
	text-decoration: none;
	color:804000;
}
#news_footer a:hover {
	text-decoration: underline;
}
#news_list {
	font-size: 13px;
	padding: 0px;
	margin: 2px;
}
#news_list a {
	text-decoration: none;
	color:804000;
}
#news_list a:hover {
	text-decoration: underline;
}

