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

.textContent {
	font-size:0.9em;
	padding:1em 0.5em;
	line-height:1.5em;
	color:#000;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2 {
/*
	color:#C68527;
	margin-top:9px;
	margin-bottom:19px;
	border:1px solid #000;
	padding:5px;
	font-size:19px;
*/
color:black;
font-size:1.5em;
font-weight:normal;
margin:10px 0;

}
.textContent h3 {
	font-size:1.4em;
	color:#000;
}

.textContent h4 {
	font-size:1.4em;
	color:#C68527;
}
.textContent ul li {
	margin-top:0.2em;
  	list-style:none;
	list-style-type: none;
}
.contentArea {
/*
	padding:0 0.5em 2em 0.5em;
*/
	width: 548px;
}
.textContent #linkHeader {
border-bottom:1px solid #6EBE44;
margin-bottom:10px;
margin-left:0;
position:relative;
width:548px;
}