/* FAQs */
div.questions a.plus, div.questions a.minus {
	color: #333;
	cursor: pointer;
	display:block;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 9px 5px 9px 28px;
	text-decoration: none;
	width: 670px;
}
div.questions a.plus:hover, div.questions a.minus:hover {
	color: #478ed8;
	display: block;
	text-decoration: underline;
}
div.questions a.plus {
	background: #f6f6f6 url(../images/plus.gif) no-repeat 6px 0;
}
div.questions a.minus {
	background: #f6f6f6 url(../images/minus.gif) no-repeat 6px 0;
}
div.questions a.everyOther {
	background-color: #fff;
}
div.questions div.answerBkgd span.margTop, div.questions div.answerBkgd a.margTop, div.questions div.answerBkgd a.margTop:hover {
	margin-top: 15px;
}
div.questions div.answerBkgd a.margBott, div.questions div.answerBkgd p.margBott {
	margin-bottom: 3px;
}
div.questions div.answerBkgd a.margBott:hover {
	margin-bottom: 3px;
}
div.answerBkgd {
	background: #fafafa;
	border: 1px solid #dadbdc;
	border-style: solid none;
	padding: 0 0 12px;
	width: 703px;
}
div.questions a.answer, div.questions a.answer:hover {
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 15px 12px;
}
div.questions a.answer:hover, div.questions a:hover {
	color: #478ed8;
}
div.questions a.answer {
	color: #06c;
	text-decoration: none;
}
div.questions a.answer:hover {
	color: #478ed8;
	text-decoration: underline;
}
div.questions a {
	color: #06c;
	text-decoration: underline;
}
div.content p.toggleClass {
	margin: 44px 0 16px;
}
div.questions p {
	margin: 0 0 14px;

	padding-left:30px
}