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

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

.textContent p {
	color: #77787a;
}

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

.textContent h1
{
	background-color:	white;
	margin: 			0 0 0 0;
	padding: 4px 0 8px 0;
	color:  			#0078c1;
	font-weight:		bold;
	font-size:1.4em;
}


.textContent h2
{
	margin:0 0 0.6em 0;
	padding:0.3em 0.5em;
	line-height :1.2em;
	font-size:1.4em;
	color:#fff;
	background-color:#3dae48;
}

.textContent h3 {
	font-size:1.2em;
	color:  			#0078c1;
}

.textContent h4 {
	font-size:1.2em;
	color:  			#0078c1;
	display:inline;
	margin:0;
	padding:0;
}

.textContent ul li {
	margin-top:0.5em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}

#storyBusinessOpportunities a
{
  text-decoration:underline;
}

#storyPriceList table
{
	margin-left: 40px;
}


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

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

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