.NewsList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.NewsList li
{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #aaaaaa;
}

.NewsList li a
{
	display: block;
	padding: 0;
}

.NewsList li.Odd
{
	
}

.NewsList li.Last
{
	border-bottom: 0;
}

.NewsList li
{
	font-size: 11px;
	font-weight: normal;
}

.NewsList li a:hover
{
	text-decoration: none;
	color: #3290e0;
}

.NewsList .Date,
.NewsList .Headline,
.NewsList .Preamble
{
	display: block;
}

.NewsList .Date
{
	font-size: 11px;
	line-height: 14px;
	color: #512e10;
	font-weight: bold;
	margin-bottom: 2px;
}

.NewsList .Preamble
{
	font-size: 11px;
	line-height: 16px;
	color: #1e0e01;
}

.NewsList .Headline
{
	font-size: 14px;
	line-height: 19px;
	color: #b20011;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 11px;
	background: url(/images/orangearrow.gif) 0 7px;
	background-repeat: no-repeat;
}

.NewsList li .Headline:hover
{
	text-decoration: underline;
}

.PagingBlock
{
}

.PagingBlock a
{
	font-size: 11px;
	display: block;
	float: left;
	padding: 1px 5px;
	margin-right: 5px;
	color: #b20011;
	border: 1px solid #efe7e7;
}

.PagingBlock a.Item
{


}

.PagingBlock a:hover
{
	text-decoration: none;
	color: #b20011;
}

.PagingBlock a.Selected,
.PagingBlock a.Selected:hover
{
	text-decoration: none;
	background-color: #b20011;
	color: #fff;
}