@charset "utf-8";
/* CSS Document */

.contentArea {
	margin-bottom: 2em;
}

.contentArea th { text-align: left; }

.contentArea .red { color: #998675; }

.contentArea .contentTitle {
	margin-bottom: 15px;
	border-bottom: 2px solid #58585A;
}
.contentArea .contentTitle h1 {
	margin: 0 0 3px;
}

.contentArea .contentTitle, .contentArea .contentBody {

}

.contentArea .contentRight {
	width: 168px;
	padding: 0px 12px;
	padding-right: 0;
}

.contentArea .solo .contentRight {
	padding: 0 15px 0 0;
}

.contentArea .contentBody {
}

.contentArea .jumpToPage {
	position: relative;
	height: 26px;
	margin-top: -26px;
}


/* dvg/c */
.contentArea .subTitle {
	border: 0;
	padding: 0;
	margin: 0 0 20px;
}
.contentArea .subTitle h2 {
	color: #014a81;
	font-family: sans-serif;
	font: 100%/100% 'DejaVuSansBook', sans-serif;
	letter-spacing: normal;
	font-size: 100%;
	text-transform: none;
}

