/* ********************* 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 h2
{
	margin:12px 0 0 0;
	padding:0 0 15px 0;
	font-size:1.4em;
	color:#0076BE;
	text-transform:uppercase;
	font-weight:bold;
	height:36px;
	line-height:36px;
}
.viewStory h2.fub
{
	margin:12px 0 0 0;
	padding:0 0 15px 24px;
	font-size:1.4em;
	color:#0076BE;
	text-transform:uppercase;
	font-weight:bold;
	background-image:url(../images/story_header_left.png);
	background-repeat:no-repeat;
	height:36px;
	line-height:36px;
	float:left;
	
}
.viewStory h2.fub span {
	background-image:url(../images/story_header_right.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	display:block;
	padding:0 30px 0 0;
}
.viewStory br.fub {
	clear:both;
}
.contentArea h2.fub {margin-left:-20px;padding-bottom:5px}


.textContent h3 {
	font-size:1.4em;
	color:#0076BE;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	clear:both;
	padding:0 1.5em 2em 1.5em;
	color:#555658;
}


.textContent a {color:#0091B6;text-decoration:none;}
.textContent a:hover {text-decoration:underline;}


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

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

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