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

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

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family: Arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin: 5px 0px;
	padding: 0;
	line-height : 15pt;
	font-size:14pt;
	font-weight: normal;
	color:#7a1109;
}
.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 1.5em 2em 1.5em;
}

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

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