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

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

}

.textContent h2, .textContent h3, .textContent h4,
.textContent h5, .textContent h6
{
	font-family:arial,helvetica,"trebuchet ms",sans-serif;
	margin:1em 0;

}
.textContent h2, .loginContent h2
{

	background-image:url(../images/h2bg.gif);
	background-repeat:no-repeat;
	/* margin: 			0.2em 0.5em 0 0; */
	margin: 			0.1em 0 0 0 !important;
	padding:			0.5em 0.0em 0.5em 0.5em;
	font-size:  		2em;
	color:  			#fff;
	font-weight:		bold;
	clear:  			both;
	text-transform : capitalize;
}

.textContent h3
{
	font-size:1.4em;
	color:#0091D5;
}

.textContent ul li
{
	margin-top:1em;
}

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

#loginStoryText {
	padding:3px 0;
	color:#444444;
	font-size:0.9em;
    width:349px;
}
#specialOffer
{
	display : inline;
	float : right;
	margin: 3px;
	height : 221px;
	width : 368px;
	background-image : url(../images/special_offer_back.gif);
	background-position : left top;
	background-repeat : no-repeat;
	padding : 60px 15px 0 0;
	height : 161px;
}

#specialOffer img
{
	float:left;
	margin : 0 10px 0 20px;
	border : 1px solid black;
}
#specialOffer #specialOfferText
{
	margin:0 10px;
	text-align:right;
}
#specialOffer #specialOfferText h3
{
	color : #11327a;
	font-size : 1em;
	margin : 0 0 4px 0;
}
#specialOffer #specialOfferText table
{
	font-size : 11px;
	color : #000;
	display:block
	height : 80px;
	margin:0;
	text-align:left;
	width : 100%;
}

#specialOffer #specialOfferText table td.label
{
	font-weight : bold;
	font-size : 0.9em;
}
#specialOffer #specialOfferText table td.prices
{
	text-align:right;
	font-size : 0.95em;
}
