/* CSS Document */

.faqHead {
	display: block;
	color: #FF7500;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	text-indent: -5px;
}
.answers h2, .querstions h2 {
	margin-left: -40px;
}
.querstions a {
	text-decoration: none;
}
.answers li {
	position: relative;
	padding-right: 50px;
}
.goToTop {
	position: absolute;
	top: 0px;
	right: 5px;
	text-decoration: none;
	color: #149CC2;
	font-weight: bold;
}
