.news-latest-container
{
	border: 2px solid rgb(0, 90, 170);
	padding: 4px;
	font-size: 12px;
	line-height: 1.2em;
	background-color: rgb(225, 225, 225);
}

.news-latest-container p
{
	margin-bottom: 0px;
}

.news-latest-item
{
	margin-bottom: 10px;
}

.news-latest-headline
{
	font-weight: bold;
}

.news-latest-morelink
{

}

.news-latest-date
{
	color: rgb(125, 125, 125);
}

/* -------------------------------------------------------------------------------- */

.news-single-item
{
	border: 1px solid rgb(0, 90, 170);
	padding: 10px;
	font-size: 12px;
}

.news-single-item h1
{
	font-size: 14px;
	color: #000000;
}

.news-single-item h3
{
	margin: 0px 0px 8px 0px;
	font-size: 12px;
	font-weight: bold;
}

.news-single-backlink
{
	margin-bottom: 8px;
}

.news-single-date
{
	font-size: 10px;
	color: #CCCCCC;
}