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

.textContent {
	font-size:0.750em;
	padding:0 0.5em;
	line-height:1.5em;
	color:#5E5048;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin:1em 0;
	font-weight:normal;
	color:#0078C1;
}

.textContent h2 {
	height:24px;
	line-height:24px;
	margin:13px 0 0 14px;
	padding:0 0 0 14px;
	background-color:transparent;
	color:#B01F8F;
	background-image:url(../statimages/title_left.png);
	background-repeat:no-repeat;
	float:left;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:1.083em;
	text-align:center;
	min-width:177px;
}
.textContent h2 span {
	display:block;
	height:24px;
	line-height:24px;
	margin:0;
	padding:0 14px 0 0;
	background-color:transparent;
	color:#B01F8F;
	background-image:url(../statimages/title_right.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	min-width:177px;
}
.textContent h3 {
	font-size:1.4em;
}
.textContent ul li {
	margin-top:1em;
}
.contentArea {
	padding:0 1.5em 2em 1.5em;
}

#textWindow {
	width:579px;
	height:413px;
	padding:2px 0 2px 23px;
	background-image:url(../statimages/text_back.png);
	background-repeat:no-repeat;
	margin:30px 0 0 14px;
}
#textScroller {
	width:507px;
	height:403px;
	padding:10px 48px 0 0;
	overflow:auto;
	background-color:transparent;
}



a.oButton {
	display:block;
	margin:12px 0 0 21px;
	width:121px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:1em;
	color:#FFF;
	padding:0 3px 5px 0;
	background-image:url(../statimages/orange_button.png);
	background-repeat:no-repeat;
}
a.oButton:hover {
	background-position:0 -25px;
}