/* ********************* 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;
	padding:0;
	line-height:34px;
	font-size:18px;
	color: #004990;
	background-color:transparent;
	border-bottom:1px solid #82aad4;
	width: 514px;
	margin-bottom:10px;
}
.textContent h3
{
	font-size:1.4em;
	color:#cc0000;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
	padding:0;
}

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

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

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


#storyList
{
	list-style:none;
}

#storyList h4
{
	color: #004990;
	margin-bottom: 4px;
	text-transform: uppercase;
}


#storyList .date
{
	color:#aaa;
	font-style:italic;
	font-size:12px;
	margin: 4px 0;
}

#storyList .summary
{
	margin: 4px 0;
}

#storyList .storyLink
{
	margin: 4px 0;
	margin-bottom: 18px;
}

