.textOverlay {
	position: absolute;
	top: 55px;
	width: 500px;

	font: 9pt/12pt Verdana, serif;
}

.textOverlay .top_section {
	font-style:italic;
	padding:0pt 26px 25px 25px;
}

.textOverlay .section {
	padding: 0 26px 5px 25px;
}

.textOverlay .section .title {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 8px;
}

.textOverlay .section .sectionHeader {
	padding-bottom: 12px;
}

.textOverlay .post {
	padding: 0 0 20px 0;
}

.textOverlay .emphasis {
	/* font-style: italic; */
	font-weight: bold;
}

.textOverlay .doublespace {
	line-height: 200%;
}

.textOverlay .indent {
	margin-left: 20px;
}

.textOverlay .post .title {
	font: 10pt Verdana, serif;
	/* border-bottom: 1px solid #3e647e; */
	font-weight: bold;
}

.textOverlay .post .subtitle {
	font: 10pt Verdana, serif;
	font-weight: bold;
}

.textOverlay .post .body {
}

.textOverlay a {
	color: #3e647e;
	text-decoration: none;
}

dl {
	margin: 0;
	padding: 0 0 20px;
}

dd {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
