/** FAQ Page Formatting **/
div.faqSection
{
	/*padding: 5px 5px 5px 5px;*/
}

div.faqSection p.faqQuestion
{
	font-weight: bold;	
	padding-top: 5px;
}

div.faqSection p.faqAnswer
{
}

div.faqSection .title
{
	color: #056CA0;
	font-weight: bold;
}

