

/* #########################  NEWS  ######################### */


/* -- news sections -- */
#news-sections {
	
}
#news-sections .section-title {
	font: bold 15px arial;
	color: #566baf;
}
#news-sections .article-titles {
	margin: 0px 0px 20px 0px;
}
#news-sections .article-titles ul {
	padding: 0px;
	margin: 10px 0px 10px 45px;
}
#news-sections .article-titles a {
	font: bold 11px arial;
	/*color: #fe3400;*/
	text-decoration: none;
}
#news-sections .article-titles a:hover {
	/*color: #566baf;*/
}



/* -- news articles -- */
#news-article-wrapper {
	
}
#news-article-wrapper .date {
	font: bold 11px arial;
	color: #fe3400;
	text-align: right;
}
#news-article-wrapper .title {
	font: bold 12px arial;
	margin: 15px 0px 10px 0px;
}
#news-article-wrapper .article-text {
	
}
#news-article-wrapper .backlink {
	font: 11px arial;
	text-align: center;
	margin: 10px 0px;
}

