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

.textContent {
	font-size:0.9em;
	padding:0 15px;
	line-height:1.5em;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin:0 0 0.6em 0;
	padding:0.3em 0.0em 0.3em 0.0em;
	line-height :1.2em;
	font-size:1.6em;
	color:#9D2D32;
	border-bottom:2px solid #9D2D32;
}
.textContent h3 {
	font-size:1.4em;
	color:#221E1F;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 0 2em 0;
}

.contentArea p {
	margin-left:10px;
	margin-right:10px;
}

