﻿table.LatestNewsTable
{
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	font-size: 11px;		
	margin-bottom: 50px;	
}

table.LatestNewsTable th
{
	background-color: #94b5ca;
	font-weight: bold;
	text-align: left;
}

table.LatestNewsTable tr
{	
	vertical-align: top;
	background-color: #D3DEEF;
}

table.LatestNewsTable div
{
	color: #002c4a;
}

table.LatestNewsTable div a
{
	color: #003c5a;
	text-decoration: none;
	font-weight: bold;
}

table.LatestNewsTable div a:hover
{
	color: #c6dbe7;
	background-color: #003c5a;
}

/*
table.LatestNewsTable div a
{
	color: #002c4a;
	text-decoration: none;
}

table.LatestNewsTable div a:hover
{
	font-weight: bold;
}

*/