﻿ul.newsitems
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.newsitem
{
	font-size: 13px;
	font-weight: bold;
	color: #494949;
	
	padding-top: 10px;
	padding-bottom: 5px;
	
	border-top: 2px solid #AAAAAA;
}

li.newsitemcontent
{
	font-size: 11px;
	font-weight: normal;
	color: #494949;
}

li.newsitemlink
{
	font-size: 11px;
	font-weight: normal;
	color: #494949;
	
	padding-bottom: 10px;
}

li.newsitemlink a
{
	font-size: 11px;
	font-weight: bold;
	color: #494949;
}

li.newsitemlink a:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #494949;
	text-decoration: underline;
}

