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

.textContent {
	font-size:0.9em;
	padding:0;;
	line-height:1.5em;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family: Arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h3 {
        font-weight: bold;
        font-size: 1em;
        margin-top: 1.5em;
        margin-right: 0pt;
        margin-bottom: 1em;
        margin-left: 0pt;
}
.textContent ul {
        list-style: circle;
}

.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}

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

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