﻿
h2#news_head {
	color: #981b1e;
	border-bottom: 1px solid #981b1e;
	width: 500px;
	margin: 20px 0 0 15px;
	font-size: 11px;
}
#news {
	margin: 45px 0 0 0;
}
.news_up {
	position: relative;
	top: -20px;
	left: 65px;
	background: url(../images/news_up.gif) no-repeat;
	width: 9px;
	height: 7px;
	display: block;
	text-indent: -9999px;
	margin: 0 !important;
	margin: 0 0 -6px 0;
}
.news_down {
	position: relative;
	top: -18px;
	left: 65px;
	background: url(../images/news_down.gif) no-repeat;
	width: 9px;
	height: 7px;
	display: block;
	text-indent: -9999px;
	margin: 0 0 -18px 0;
}
.news_up a, .news_down a{
	width: 9px;
	height: 7px;
	display: block;
	cursor: pointer;
}



ul#news_articles{
	margin: 10px 0 0 15px;
}
ul#news_articles li
{
	margin: -1px 0 0 0;
}

