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

.textContent
{
	font-size:  		0.8em;
	padding:			0;
	line-height:		1.5em;
	color:  			#5F553F;
}

.textContent p
{
	color:  			#5F553F;
}
.textContent h2,
.textContent h3,
.textContent h4,
.textContent h5,
.textContent h6
{
	font-family:		arial,"trebuchet ms",helvetica,sans-serif;
	margin: 			1em 0;
}
.textContent h2
{
	margin: 			0 0 0.6em 0;
	padding:			0.3em 0.5em;
	font-size:  		1.6em;
	color:  			#007698;
	font-weight:		normal;
}
.textContent h3
{
	font-size:  		1.2em;
	color:  			#453A20;
}
.textContent ul li
{
	margin-top: 		1em;
}
.contentArea
{
	padding:			0 1.5em 2em 1.5em;
}


