/*
********************************
News
********************************
*/
table.news
{
	background-color: #edf0f5;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
table.newsLast
{
	background-color: #edf0f5;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
table.news p
{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
table.news p.newsImage
{
	background-image: url(Images/news_bg.gif);
	background-repeat: repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
	top: -10px;
}
table.news p, table.news td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5A81AF;
	text-align: justify;
	line-height: 12px;
}
p.newsTitle
{
	background-image: url(Images/arrow_b.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px!important;
	font-weight: bold!important;
	margin-left: 10px;
	line-height: 13px!important;
}
table.news a, table.news a:link, table.news a:visited, table.news a:hover, table.news a:active, table.news a:focus
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	color: #5A81AF;
}
