/* ------------------------------------ NEWS GLOBAL -------------------- */
div.newsitem {
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
}
span.newsdate {
	display:block;
	color:#777777;
	font-size:0.8em;
	margin-bottom:0.4em;
}
span.newstitle {
	display:block;
	font-weight:bold;
	font-size:1em;
	margin-bottom:0.4em;
}
span.newstext {
	display:block;
	margin:0px;
	padding:0px;
}
div.newslatest p.bodytext
{
	margin:0px;
	padding:0px;
	font-size:0.8em;
}
div.newslatest ul
{
	margin-top:0px;
	margin-bottom:0px;
	font-size:0.8em;
}
span.newsmore {
	display:block;
	text-align:right;
	font-size:9px;
}
/* NEWS LATEST*/
div.newslatest {
	padding:5px;
}
div.newslatest div.newsitem {
	border-bottom:2px dotted #baa8a0;
	padding-bottom:15px;
	margin-bottom:15px;
}
div.newslatest span.newstitle a:link, div.newslatest span.newstitle a:visited  {
	text-decoration:none;
	color: #8a7870;
}
div.newslatest span.newstitle a:hover, div.newslatest span.newstitle a:active {
	text-decoration:none;
}
div.newslatest h1 {
	font-size:16px;
}
/* NEWS SINGLE */
div.newssingle span.newsmore {
	display:none;
}
div.newssingle span.newssubtitle h3 {
	font-style:italic;
	padding-top:5px;
}
/* NEWS LIST */
div.newslist span.newstext p.bodytext {
	margin-top:0px;
}
div.newslist span.newstitle {
	font-size:1.2em;
}

