/* Set background of both html and body so we don't trip up on any xhtml issues
	if served with correct content type */
html, body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:180%;
	/* Needed to ensure header image touches the top of the window */
	padding-top: 0;
	margin-top: 0;

}
ul {
	padding-top: 0;
	margin-top: 0;
	color: #666;
}
{
		margin: 0px;
		padding: 0px;
}

p {	font-family:Verdana, Arial, Helvetica, sans-serif, Impact;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
   padding: 0px;
   margin: 0px;
	clear: both;
}

/* Stop borders appearing on images that are used within links */
a img {
	border: none;
}
a, a:link, a:visited {
	font-weight: normal;
	color: #666666;
     padding: 0px;
     margin: 0px;
}
a:hover, a:active {
     color: #999999;
     padding: 0px;
     margin: 0px;
}
hr {
height: 1px;
border-bottom: 1px dotted black;
color: #666666;
}


.faqbg {
	font-weight: normal;
	color: #666666;
     background-color:#ffffff;


}