/* ********************* 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:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	border : 0px solid #000;
	margin: 			0 0 0 0;
	padding:			0 0.5em;
	font-size:  		1.4em;
	color:  			#fff;
	font-weight:		bold;

	height : 37px;
	line-height : 37px;
	background-color : #31896f;
}
.textContent h3 {
	font-size:1.4em;
	color:#cb2026;
}
.textContent ul {
	margin:0em 0.2em;
	padding: 0 0.5em;
}
.textContent ul li {
	margin-top:0.4em;
}
.contentArea {
	padding:0 0.7em 2em;
}

.textContent img.imgRight
{
	margin : 0 0 0 7px;
}
.textContent img.imgLeft
{
	margin : 0 7px 0 0;
}
