#faq
{
	margin-left: auto;
	margin-right: auto;
}

#faq h2
{
}

#faq h3
{
	text-align: left;
	padding-top: 1em;
}

.faqEntry
{
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
}

.faqEntry a
{
	text-decoration: none;
}

.faqEntry table
{
	margin: 1em auto 0.5em;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.faqEntry table tr
{
	text-align: center;
	padding-bottom: 2em;
}

.faqEntry table td
{
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-right: 1em;
	padding-left: 1em;
}

.faqEntry table td a img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.faqEntryTableCaption
{
	text-align: center;
	margin-bottom: 1.5em;
	font-size: smaller;
	font-weight: bolder;
}

.widthAll
{
	width: 100%;
}

.faqTOC
{
}

.faqTOC ul
{
	list-style-type: none;
}

