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

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

.textContent img {
	margin-left:0px;

}

.textContent table {
	font-size:0.9em;
}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6 {
	font-family:tahoma,helvetica,arial,sans-serif;
	margin:0em 0;
}
.textContent h2 {
	margin:0 0 0.0em 0;
	padding:0.9em 0.5em 0.9em 0.3em;
	font-size:19px;
	color:#000;
	font-weight:200;

}
.textContent h3 {
	font-size:1.3em;
	color:#818A8F;
	margin:15px 0 5px 0;
	padding:0;
	font-weight:400;
}
.textContent ul li {
	margin-top:0.4em;
}
.contentArea {
	padding:0 1.0em 2em 0.5em;
}

/****** LIST STORY *******/

#storyList {
	margin:0 1em;
	padding:0;
	list-style:none;
	border-top:1px solid #D1DADF;
}
#storyList li {
	margin:0;
	padding:1em 0.5em;
	list-style:none;
	border-bottom:1px solid #D1DADF;
}
#storyList li h3 {
	margin:0;
	font-weight:bold;
	color:#888;
}

#bottomLinks {
	margin:0.5em 0 0 1em;
	padding:0;
	list-style:none;
}
#bottomLinks li {
	margin:0;
	padding:0 5px;
	list-style:none;
	border-left:1px solid #FDD;
	float:left;
}
#bottomLinks li.first {border-width:0;}