.NewsList
{
	width:300px;
	MARGIN: 0px 0px 0px 15px;
	PADDING: 0px;
	FONT: 12px Arial,Helvetica,sans-serif;
	border-top: 3px solid #426898;
}

.NewsList .News{
	MARGIN: 0px 0px 0px 0px;
}

.NewsList .News TD
{
	border: solid #c0c0c0;
	width:300px;
	border-width: 1px 0px 1px 0px;
}

.NewsList .News .NewsTitle A
{
	font: 12px arial;
	color:#0C284A;
	display:block ;
	PADDING: 7px;
}

.NewsList .News .NewsTitle A:hover{
	color:#003333;
	display:block ;
	text-decoration:none;
	background: #ffffff;
}

.NewsList .News .Selected
{
	background: #ffffff;
}

.NewsList .News .Selected A
{
	font: 12px arial;
	color:#000000;
}


