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

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

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:times, arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	color : #bba87b;
	font-size : 2.0em;
	font-family : times;
	line-height : 1em;
	text-align : left;
	padding : 0 0 0px 0;
}
.textContent h3 {
	font-size:1.4em;
	color:#425662;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.0em 2em 1.0em;
}

