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

.textContent {
	font-size:0.9em;
	padding:0 0px;
	line-height:1.5em;
	background-color:white;
	margin-left:10px;
	margin-right:10px;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
/*
	margin:0 0 0.6em 0;
	padding:0.3em 0.5em;
*/
	font-size: 20px;
	color: #f37322;
	font-family: Verdana;
	font-weight: normal;
	margin: 4px 0 7px 0;
/*
	background-color:#0f0;
	border:1px solid #0f0;
*/
}





.textContent h3
{
	background:transparent url('../images/leftStoryHeaderBackground.gif') no-repeat top left;
	width:160px;
	height:22px;
    color:white;
    font-weight:bold;
	position:relative;
	border:none;
	margin: 12px 0 0px 0;
   	padding:4px 0 0 10px;
	font-size: 13px;
	z-index:10000;
/*
	position:relative;
*/
}










.textContent h3 {
	font-size:14px;
	color:#fff;
    background-url(../images/h3_page.png);
    width:170px;
    
    
    
    
}
.textContent h3 a {
	color:#fff;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 0.5em 2em 0.5em;
}

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

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

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