/*#center span.newsSummary
{
	display: block;
	padding: 2px 0;
}

#center span.newsTitle
{
	 display: block;
	 font-weight: bold;
	 color: #0E3F59;
}

#center .content_news .contentNewsItem
{
	width: 49%;
	
	float: left;
}

#center .content_news .contentNewsItem div
{
	padding: 0 10px 10px 0;
}*/

#moduleNews
{
	margin: 0 0 30px 0;
	padding: 0;
	font-family: Tahoma, serif;
	border: 0;
	
}

#moduleNews .item
{
	width: 100%;
	float: left;
	/*background-color: green;*/
	padding: 0 0 10px 0;
	margin: 0;
	font-family: Tahoma, serif;
}

#moduleNews .date
{
	font-size: 10px;
	font-weight: bold;
	color: #0E3F59;
	font-family: Tahoma, serif;
}

#moduleNews .title
{
	font-size: 11px;	
	font-weight: bold;
	color: #000;
	font-family: Tahoma, serif;
}

#moduleNews .title a
{
	/*text-decoration: underline;*/
}

#moduleNews .more
{
	font-size: 11px;
	text-decoration: underline;
	padding-right: 10px;
	background: url('../images/menuArrow.gif') right center no-repeat;
	font-family: Tahoma, serif;
}

#moduleNews .summary
{
	padding-top: 2px;
	font-size: 11px;
	font-family: Tahoma, serif;
}

#moduleNews .newsClearing
{
	clear: left;	
	padding: 0;
	margin: 0;
	height: 1px;
	background-color: red;
}

#moduleNews .padded
{
	padding: 0 10px 0 0;
	margin: 0; 
	
	/*background-color: red;*/
}

