#faq
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#faq h2
{
	color: red;
	text-align: center;
}

#faq h3
{
	color: red;
	text-align: left;
	padding-top: 1em;
}

.faqEntry
{
	margin: 1em;
	font-size: smaller;
	text-align: justify;
}

.faqEntry strong
{
	display: block;
	color: red;
}

.faqEntry a
{
	color: white;
	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;
}

.faqEntry table td
{
	text-align: center;
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.faqEntryTableCaption
{
	text-align: center;
	margin-bottom: 1em;
	font-size: smaller;
	font-weight: bolder;
}

#shyText1
{
	text-align: justify;
	margin-top: 1em;
}

#shyText1 h4
{
	color: red;
}

#shyPic1
{
	margin-top: 10px;
	margin-right: 10px;
	position: static;
	text-align: center;
}

