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

.textContent {
	font-size:9pt;
	padding:0 0.5em;
	line-height:1.4em;
	font-weight: 500;
}

.textContent h2 {
	margin: 15px 0;
	color: #e21e26;
	font-size: 16pt;
	font-weight: bold;
	line-height: 20pt;
	padding:0 0.3em;
}
.textContent h3 {
	font-size: 13pt;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}
.textContent ul {
        list-style: disc;
}

.contentArea {
	padding:0 0.5em 2em 0.5em;
}
.textContent p{
	font-weight: 500;
	padding: 5px 0px;
	margin: 0;
}
.textContent li  {
	font-weight: 500;
	padding: 3px 0px;
	margin: 0;
}

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

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