.page .pageContent .mainContent p {
	font-weight:bold;
}
.page .pageContent .mainContent .faqSubject h1{
	margin-top: 0px;
	color:#000000;
	text-transform:uppercase;
}

.page .pageContent .mainContent .faqSubject h2 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	text-transform:uppercase;
}
.page .mainContent .faqSubject {
	padding-bottom: 13px;
}

.page .mainContent .faqItem .question{
	background-image: url(../images/btn_plusmin.gif);
	background-position: -2490px 9px;
	background-repeat: no-repeat;
	display: block;
	padding-bottom: 5px;
	padding-top: 7px;
	padding-left: 15px;
}

.page .mainContent .faqItem a.question{
	color: #000000;
	font-size:11px;
	text-decoration:none;	
}
.page .mainContent .faqItem a.question:hover {
	color:#ee3226;
	text-decoration:underline;
}

.page .mainContent .faqItem  {
	background-repeat: no-repeat;
	color: #000000;
	width: 450px;
	margin-left:10px;
	}

.page .mainContent .nooutline a{
	outline:none;
}

.hasJavascript .page .mainContent .open .question {
	background-image: url(../images/btn_plusmin.gif);
	background-position: -2490px 9px;
	background-repeat: no-repeat;
}
.page .mainContent .faqItem .answer{
	background-color: #e6e6e6;
	display:block;
	line-height: 20px;
	padding-left: 10px;
	padding-right:10px;
	
	background-image: url(../images/bg_faq_top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top:5px;
	color:#4d4d4d;
}

.page .mainContent .faqItem .answer .answerHeader {
	font-weight: bold;
	float: left;
	padding-right: 5px;
}

.mainContent  .faqItem .bottom{
	background-image: url(../images/bg_faq_bottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 5px;
}

.mainContent .faqSeperator {
	background-image: url(../images/bg_page_pageContent_subNavigation_li.gif);
	background-repeat: repeat-x;
	text-indent: -99999px;
	overflow: hidden;
}


.page .mainContent .faqFooter{
	font-family: Arial,verdana,sans-serif;
	font-size: 0.8em;
	color: #999999;
	padding-top: 0px;
	padding-bottom:20px;
	height:20px;
}
html>/*ff only*/body .page .mainContent .faqFooter{
	height:auto;
	padding-bottom:0px;
}
.page .mainContent .faqFooter a{
	color: #ee3226;
}

.page .mainContent a.faqContactLink
{
	text-decoration: underline;
	color:#1fa5e9;
}

.hasJavascript .page .mainContent .answer,
.hasJavascript .page .mainContent .top,
.hasJavascript .page .mainContent .bottom {
	display:none;
}

.hasJavascript .page .mainContent .open .answer,
.hasJavascript .page .mainContent .open .top,
.hasJavascript .page .mainContent .open .bottom {
	display:block;
}

.hasJavascript .page .mainContent .question {
	background-position: 0px 9px;
}