/* ********************* 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:arial,helvetica,sans-serif;
}
.textContent h3
{
	margin: 5px 0px;
	font-size: 14pt;
	color:#004990;
	font-weight: normal;
}
.textContent h2 {
	font-size:22pt;
	color:#c7242c;
	font-weight: normal;
	margin: 10px 0px;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}

/***** TEXT EDITOR BACKGROUNG COLOUR ****************************/

body
{
	background-color : #fff;
}
/****************************************************************/
