/* news */

#news_latest h2 {
	clear: both;
	font-size: 1em;
	padding: 2px 0px 9px 0px;
	margin: 0px 8px 8px 12px;
	border-bottom: 1px solid #cccccc;
}
#news_latest ul {
	margin: 0px 12px 12px 26px;
	padding: 0px;
}
#news_latest ul li {
	font-size: 0.8em;
	padding: 2px 2px 8px 2px;
	list-style-image: url(/images/arrow.gif);
}
#news_latest a {
	color: #002252;
	text-decoration: none;
}
#news_latest a:hover {
	text-decoration: underline;
}
#news_but {
	text-align: right;
	padding-right: 6px;
}
#news_but ul {
	margin: 4px 8px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#news_but li {
	display: inline;
}
#news_but li a {
	text-decoration: none;
	color: #002252;
	font-weight: bold;
	font-size: 0.9em;
}
#news_but li a:hover, .hp_but a:hover {
	text-decoration: underline;
}
#news_but li#more {
	background: url(/images/arrow.gif) no-repeat top left;
	background-position: 0px 5px;
	padding-right: 8px;
}
#news_but li#rss {
	background: url(/images/icon_rss.gif) no-repeat top left;
	background-position: 0px 4px;
}
#news_but li#more a {
	margin-left: 12px;
	line-height: 25px;
}
#news_but li#rss a {
	margin-left: 18px;
	line-height: 25px;
}