﻿#NewsScroller
{
	border: 1px solid #B6C2E0;
	padding: 5px;
	height: 100px;
}

.News_Date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3C558C;
	font-weight: 600;
}

.News_Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C558C;
	font-weight: normal;
}

div.AllNewsContainer a.AllNewsLink
{
	background-color: #A21833;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-align:right;
	width: 100%;
	line-height: 25px;
	display:block;
}

div.AllNewsContainer a.AllNewsLink:hover
{
	text-decoration: none;
	color: #cccccc;
}

div.AllNewsContainer
{
	width: 100%;
	clear: both;
	margin-top: 20px;
	display:block;
}
