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

.textContent {
	font-size:1.0em;
	padding:0 0.5em;
	line-height:1.5em;
}
 

.textContent a{color:#004890;cursor:pointer;}
.textContent a:link		{color:#004890;text-decoration:none;}
.textContent a:visited	{color:#004890;text-decoration:none;}
.textContent a:hover		{color:#004890;text-decoration:underline;}
.textContent a:focus		{color:#004890;text-decoration:none;}
.textContent a:active	{color:#004890;text-decoration:none;}


.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:Tahoma, "trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
}
.textContent h2
{
	margin:0 0 0.6em 0;
	padding:0.3em 0.5em;
	line-height :1.2em;
	font-size:1.3em;
	font-weight:400;
	color:#683093;
	background-color:#E7E7E9;
	border:1px solid #E7E7E9;
}
.textContent h3 {
	font-size:1.5em;
	color:#004890;
	font-weight:400;
}

.textContent h4 {
	font-size:1.2em;
	color:#6C2D91;
	font-weight:700;
	margin:0;
}

.textContent h5 {
	font-size:1.0em;
	color:#F78F1E;
	font-weight:700;
	margin:0;
}
.textContent ul li {
	margin-top:1em;
}

.textContent hr {width: 100%;color: #6c2d91; background-color: #6c2d91;height: 2px;
visibility:visible;
text-align: left;/*this will align it for IE*/
margin: 0 auto 0 0; /*this will align it left for Mozilla*/
} 

.contentArea {
	padding:0 0.0em 2em 0.0em;
}


