/* Faq Page Styles */
/* ul of faq questions with links to anchor tags */
.FaqList
{
	font-style: italic;
	list-style-type: none;
}
.FaqList li
{
}
.FaqList li a
{
}
.FaqList li a:hover
{
}

/* hr seperating faq answers */
.FaqDivider
{
	color: #5A5A49;
}

/* Question stated before answer */
.FaqQuestion
{
	font-weight: bold;
	padding-left: 50px;
}
/* Full answer */
.FaqAnswer
{
	padding-left: 100px;
	padding-right: 50px;
	padding-bottom: 25px;
}
.FaqAnswer p
{
	padding-top: 0px;
	margin-top: 0px;
}