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

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

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2 {
	margin:0.7em 0 0.9em 0;
	padding:0;
	font-size:1.6em;
	text-align:left;
	color : #179eeb;
}
.textContent h3 {
	font-size:1.4em;
	line-height:1.2em;
	color:#FF6600;
	margin:1.2em 0;
}
.textContent h4 {
	font-size:1.2em;
	line-height:1.2em;
	color:#000;
	margin:1em 0 0.6em 0;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1em 2em 1em;
}
