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

.textContent {
	font-size:0.9em;
	padding:0 0.5em;
	line-height:1.5em;
}

.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;

	line-height :1.2em;
	font-size:1.4em;
	color:#0b8040;

}
.textContent h3 {
	font-size:1.4em;
	color:#8cc86e;
}
.textContent ul li {
	margin-top:1em;
}
.textContent a {
	color:#0c8041;
	font-weight:bold;
}
.contentArea {
	padding:0 1.5em 2em 0;
}

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

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

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

#accountBack h3
{
color:green;
}

#accountBack
{
border:2px solid #e4e4e4;
z-index:1001;
background-color:#fff;
margin-bottom:10px;
}