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

.textContent {
	font-size:0.9em;
	padding:0 0.0em;
	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:5px 0 0.6em 0;
	padding:2px 0 1px 11px;
	height:24px;
	line-height:24px;
	color:#B6231C;
	font-size:17px;
	background-repeat:no-repeat;
	background-image:url(../statimages/h2_back.png);
	overflow:hidden;
	font-weight:normal;
}
.textContent h3 {
	font-size:1.4em;
	color:#72BF43;
}
.textContent h4 {
	font-size:1.2em;
	color:#72BF43;
}
.textContent h5 {
	font-size:1.0em;
	color:#72BF43;
}
.textContent h6 {
	font-size:1.0em;
	color:#71BE44;
}
.textContent ul li {
	margin-top:1em;
}
.textContent ol li {
	padding:1px;
}
.contentArea {
	padding:0 1.0em 2em 1.0em;
}


