/*--/ main blocks style definitions for news section /--*/
div.newsTitle {

	background: #dee3e7 url(../images/ico/newstitle-arrow.png) no-repeat 3px 2px;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 6px 38px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7c98ae;
	text-decoration: underline;

}
div.newsSection {

	background-color: #ffffff;
	opacity: .5;
	filter: alpha(opacity=50);

}

div.newsContent {

	padding: 2px 6px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;

}
div.newsLegend {

	padding: 2px 6px 6px 6px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-align: right;

}

/*--/ standard style definitions for content /--*/
div.newsContent p {

	margin: 4px 0px;

}
div.newsContent ul {

	margin: 4px 0px;
	padding: 0px 0px 0px 10px;

}

div.newsContent li {

	list-style-position: inside;

}