/* ********************* INEWS STORY DISPLAY ********************* */

.textContent {
	font-size:0.9em;
	padding:1em 0.5em;
	line-height:1.5em;
	color:#000;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2 {
	color:#C68527;
	margin-top:9px;
	margin-bottom:19px;
	border:1px solid #000;
	padding:5px;
	font-size:19px;
}
.textContent h3 {
	font-size:1.4em;
	color:#000;
}

.textContent h4 {
	font-size:1.4em;
	color:#C68527;
}
.textContent ul li {
	margin-top:0.2em;
}
.contentArea {
	padding:0 0.5em 2em 0.5em;
}
