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

.textContent {
	font-size:0.9em;
	line-height:1.5em;
	padding: 0px 7px;
	background-image: url(../images/contentcolumn_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family: Arial,helvetica,sans-serif;
	margin:1em 0;
}

.textContent .contentArea {
	padding:0 20px;
}


.textContent h2
{
/*
	margin: 5px 0px;
	padding: 0;
	line-height : 15pt;
	font-size:13pt;
	font-weight: normal;
	color:#7a1109;
	*/
	background-color:	#000;
	margin: 			4px 0 15px 0;
	padding:			0.4em 0.7em;
	font-size:  		1em;
	color:  			#ccc;
	font-weight:		bold;
	
}
.textContent .contentArea h2 {
	margin-left:-20px;
	margin-right:-20px;
}




.textContent h3 {
	font-size:10pt;
	color:#7a1109;
	font-weight: bold;
	margin-bottom: 5px;
}
.textContent p, .textContent ul li {
	margin: 2px 0px 5px 0px;
	color: #3d3d3d;
	padding: 0;
}
.textContent ul {
	margin: 0px;
	position: relative;
	padding: 0;
}
.textContent ul li {
	list-style-type: none;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
	margin-bottom: 2px;
}

.contentArea {
	padding:0;
}

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

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