/* ********************* 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:verdana,arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin:0 0 0.6em 0;
	padding:0.4em 0.5em;
	line-height :1.2em;
	font-size:1.3em;
	color:#fff;
	background-color:#D4217C;
	border:1px solid #D4217C;
	background-image:url(../images/h2bg.gif);
	background-repeat:no-repeat;
}
.textContent h3 {
	font-size:1.4em;
	color:#D4217C;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}

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

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