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

.textContent {
	font-size:0.9em;
	padding:0 0.0em;
	line-height:1.2em;
	color:#575757;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:"Century Gothic",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin:0 0 0.6em 0;
	padding:0.3em 0.0em;
	line-height :1.2em;
	font-size:1.5em;
	color:#000;
	border-bottom:1px solid #c91514;
}
.textContent h3 {
	font-size:1.4em;
	line-height:1.4em;
	color:#c81511;
}
.textContent ul li {
	margin-top:0.3em;
	list-style:none;
	background-image:url(../images/reddot.png);
	background-repeat:no-repeat;
	padding-left:11px;
	background-position:0px 3px;
}
.contentArea {
	padding:0 0.5em 2em 0.5em;
}

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

body
{
	background-color : #fff;
}
h2
{
        color : #ff0;
}

/****************************************************************/