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

.textContent {
	font-size:0.8em;
	padding:0 0.0em;
	line-height:1.5em;
	font-family: arial;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:arial, verdana,  helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin:0 0 0.0em 0;
	padding:0.2em 0em;
	line-height :1.2em;
	font-size:2.0em;
	color:#98CA3C;
	font-family: "times new roman";
	font-style: italic;
}
.textContent h3 {
	font-size:1.4em;
	color:#8BBE62;
}
.textContent img {
	padding:0px;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0.2em 1.0em 2em 1.0em;
}



