/** News */
.news {
	background-color: #EFEFEF;
	padding: 14px 12px 12px 12px;
	margin-bottom: 6px;
}

.news .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #C32122;
}

.news .created_on {
	display: block;
	text-align: left;
	font-size: 10px;
	color: #808080;
	margin-bottom: 8px;
}

.news .read_more {
	display: block;
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
	color: #C32122;
	font-weight: bold;
}

/** News archive */
.newsarchive {
	background-color: #EFEFEF;
	padding: 14px 12px 12px 12px;
	margin-bottom: 6px;
}

.newsarchive .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #C32122;
}

.newsarchive .created_on {
	display: block;
	text-align: left;
	font-size: 10px;
	color: #808080;
	margin-bottom: 8px;
}

.backbutton {
	display: block;
	text-align: left;
	font-size: 10px;
	color: #C32122;
	margin-top: 5px;
	font-weight: bold;
}
