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

.textContent {
	font-size:0.9em;
	padding: 0 0 10px 0;
	line-height:1.5em;
        background-color: #FFFFFF;

}

.textContent a {
        color: #0079c2;
}

.textContent h3 {
	font-size:1.4em;
	color:#000;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}
body
{
	background-color : #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}