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

.textContent {
	font-size:0.750em; /* 12px */
	width:656px;
	padding:20px 20px;
	line-height:1.4em;
	color:#666666;
}

.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;
	font-size:1.816em; /* calculates out to 20px */
	line-height:1.2em;
	color:#FA6DDA;
	text-transform:uppercase;
}
.textContent h3 {
	font-size:1.4em;
	color:#ff9900;
}
.textContent ul li {
	margin-top:1em;
}

