
/* ==============
Styles related to the FAQ page
================ */

.faq {
	margin-bottom: 10px;
	position: relative;
	text-align:left;
}



.faq .backToTop {
	position: absolute;
	left: 0px;
	top: 6px;
	width: 11px;
	height: 11px;
}


.faq .backToTop a {
	display:block;
	width: 11px;
	height: 11px;
	background-image:url(/images/icons/arrow_up.gif);
	background-repeat:no-repeat;
}
.faq .backToTop a:hover {
	text-decoration: none;
	background-color:transparent;
}



.faq h1 {
	font-size: 13px;
	padding-left: 20px;
	color: #000000;
}

.faq p {
	padding-left: 20px;
}

