@charset "utf-8";
a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: #F90;
}


.FAQH1 {
	font-size: larger;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 2px;
}

.FAQBold {
	font-weight: bold;
}

.FAQTop {
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: smaller;
	font-weight: 600;
}
.FAQSeparator {
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

HR {
	color: #F90;
}

@media print {
	.PrinterHide {
		visibility: hidden;
	}
}


em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

.answerBody > P {
	margin-top: 4px;
}

.panelHeading {
	text-decoration: none; width: 670px; height: 23px; display: inline-block; border-style: solid; border-width: 1px; border-color: #999;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(/images/panelHeadingBG.jpg);
	background-repeat:repeat-x;
}


