div.faqExpand
{
	display: none;
	
	float: left;
	clear: left;
	
	position: relative;
	
	left: 5px;
	
	width: 618px;	
	
	padding-bottom: 10px;
	
	font-size: 9pt;	
	font-weight: normal;
	
	background-color: #FBFFF0;

	color: #3B546B;
	
	border-style: solid;
	border-color: #878C9F;
	border-width: 0px 1px 0px 1px;
	
	z-index: 0;
}
div.faqExpand p
{
	margin-left: 10px;	
}
div.faqExpand p:first-letter
{
	font-weight: bold;
	font-size: 10pt;
}
div.faqDiv
{
	text-align: left;	
	margin-bottom: 10px;	
	margin-left: 20px;	
}
div.faqDiv h2
{
	margin-bottom: 5px;
	padding-left: 20px;	
}
div.faqDiv p
{
	padding: 10px 5px 10px 15px;
	
	font-size: 14px;
}
div.faqDiv a
{
	float: left;
	clear: left;
	
	position: relative;	
	
	width: 620px;
	
	background-color: #E7EBDA;
	
	background-image: url(images/moreArrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 8px;
	
	border-style: solid;
	border-color: #878C9F;
	border-width: 1px;	
	
	padding: 4px 0px 4px 15px;
	margin: 1px 0px 0px 0px;
	
	font-size: 15px;
	font-weight: bold;
	
}
div.faqDiv a:hover
{
	background-color: #e2e2e2;
	color: #5D8788 !important;
}
