

/* #########################  NEWS  ######################### */


/* -- news sections -- */
#news-sections {
	
}
#news-sections .section-title {
	font: bold 15px arial;
	color: #000;
	text-transform: uppercase;
	border-bottom: dotted 1px #bebebe;
}
#news-sections .article-titles {
	margin: 0px 0px 20px 0px;
}
#news-sections .article-titles ul {
	padding: 0px;
	margin: 15px 0px 15px 25px;
}
#news-sections .article-titles a {
	text-decoration: none;
}
#news-sections .article-titles a:hover {

}
#news-sections .article-titles .posted {
	font-size: 11px;
	color: #898989;
}



/* -- news articles -- */
#news-article-wrapper {
	
}
#news-article-wrapper .date {
	font-weight: bold;
	color: #0c32a5;
	text-align: right;
}
#news-article-wrapper .title {
	font: bold 14px arial;
	margin: 15px 0px 10px 0px;
}
#news-article-wrapper .article-text {
	
}
#news-article-wrapper .backlink {
	text-align: center;
	margin: 10px 0px;
}

