#faqs-page li {
	margin-left: 2px;
	list-style-position: outside;
	list-style-type: none;
}
#toc {
	margin-left:50px;
	margin-bottom:20px;
}
#toc a {
	color:#2159c8;
}
#faqs-page table{
	width:100%;
}
#faqs-page th {
	vertical-align:top;
}
#faqs-page th div {
	padding:2px;
}
#faqs li {
	padding: 5px;
	left: 0;
	margin-bottom:10px;
}
.question-label {
	background-color:#2159c8;
	color:#ffc;
	padding:2px 5px;
}
.question-data {
	font-weight:bold;
	background-color:#ffc;
	color:#2159c8;
	padding-left:10px;
}
.answer-label {
	background-color:#ffc;
	color:#2159c8;
	padding:2px 5px;
}
#faqs-page .even {
	background: #ffc;
}
.return-to-top {
	text-align:right;
	font-size:.9em;
}
.return-to-top a {
	color:#571F06;
}
.top {
	height:10px;
}