.small_news_item {
	font-weight: bold;
	background: url(../images/news/news_bg.gif) repeat-y left;
	padding-left: 1em;
	padding-bottom: 2px;
	color: #31012a;
	border-left: 2px solid #91016a;
}

.small_news_item:hover {
	font-weight: bold;
	background: none;
	background-color: #c7b787;
	padding-left: 1em;
	padding-bottom: 2px;
	color: #FFFFFF;
}

.small_news_item a {
	text-decoration: none;
	color: inherit;
}

.news_item {
	padding-left: 1em;
	border: 1px solid #216174;
	border-left: 2px solid #216174;
	margin-bottom: 1em;
	background-color: #d8e3e7;
}

.news_item h3 {
	color: #115164;
	font-size: 1em;
	margin-bottom: -3px;
}

.news_item p {
	
}

.news_item .date {
	font-size: 0.6em;
} 
