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


.textContent   a:link		{color:#30576E;text-decoration:underline;}
.textContent    a:visited	{color:#30576E;text-decoration:underline;}
.textContent    a:hover		{color:#000;text-decoration:underline;}
.textContent    a:focus		{color:#30576E;text-decoration:none;}
.textContent    a:active	{color:#30576E;text-decoration:none;}

.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:5px 10px 0.6em 10px;
	padding:0.5em 0.5em 0.5em 50px;
	font-size:1.6em;
	color:#5C8727;
	border-bottom:1px solid #000;
    background-repeat:no-repeat;
    background-image:url(../images/behindh2.gif);
}
.textContent h3 {
	font-size:1.4em;
	color:#5C8727;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}
