/** Articles */
.articles {
	background-color: #EFEFEF;
	padding: 14px 12px 12px 12px;
	margin-bottom: 6px;
}

.articles .title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #3399CC;
}

.articles .created_on {
	display: block;
	text-align: left;
	font-size: 10px;
	color: #808080;
	margin-bottom: 8px;
}

.articles .read_more {
	display: block;
	text-align: right;
	font-size: 10px;
	margin-top: 5px;
	color: #3399CC;
	font-weight: bold;
}

/** Footer */
.footer {
	background-color: #EFEFEF;
	padding: 12px 12px 12px 12px;
	margin-bottom: 6px;
}

.footer .pagebreak {
	display: block;
	text-align: left;
}

.footer .backbutton {
	display: block;
	text-align: left;
	font-size: 10px;
	color: #3399CC;
	margin-top: 5px;
	font-weight: bold;
}
