body{
	font-family: Arial;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: #EEAABD;
}



a:link, a:visited
{
	color:#00C ;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #00C;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial;
	color: #C09;
	line-height:20px;
	font-size: 16px;
	margin-left:5pt;
}

h2{
	font-size: 12px;
	color: #00000;
	line-height:17px
	font-weight: normal;
}

h3{
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
	font-style: normal;
	line-height:15px
}

h4{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height:15px;
	text-align: left;
}

h5{
	font-size: 12px;
	text-align:center;
	font-weight:normal;
}

h6{
	font-size: 12px;
	text-align: center;
	font-weight:normal;
	font: Arial, Helvetica, sans-serif;
	color: #000;
}


.feature{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #903;
}

.feature1{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.story{
	clear: both;
	
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}



.relatedLinks{
	clear: both;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #9B005E;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

