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

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

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
    margin : 0em 0 !important; 
	padding: 0.1em 0.2em;
	line-height : 1.6em;
	font-size:2em;
	color:#fff !important;
	background-color:#7d7550 !important;
	border-width : 0;
	color : #000;
	text-align : left;
	width : 100%;
}
.textContent h3 {
	font-size:1.4em;
	color:#6a6444;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	width:100%;
	padding : 1em 0.5em;
}

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

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

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