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

.textContent {
	font-size:0.9em;
	padding:0 0.5em;
	line-height:1.5em;
}
.textContent p a {
    text-decoration: underline;
}
.orange {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.orangestyle2 {
    background:#FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.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;
	padding:0.6em 2.4em;
	font-size:1.6em;
	color:#FFF;
	background-color:#307FE4;
    background-image: url(../images/h2bg.gif);
    background-repeat: no-repeat;
	border:1px solid #000;
}
.textContent h3 {
	font-size:1.4em;
	color:#006DC6;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}
