.question {
	width: 80%;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-weight: bold;
}
.question img {
	display: inline;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#faq a {
	color: #666666;
	text-decoration: none;
	margin-bottom: 2px;
}
.backtotop {
	font-family: Arial, Helvetica, sans-serif;
	width: 76%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	font-size: 11px;
}
.backtotop a:link {
	text-decoration:underline;
	color: #666666;
}


.answer {
	width: 76%;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
#faq ul {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	list-style-image: url(images_interface/faq_questionbullet.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}
.answer img {
	display: inline;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: none;
}
.backtotop a:hover {
	text-decoration:none;
	color: #666666;
}
#faq a:hover {
	color: #666666;
	text-decoration: underline;
}
#faq {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}
#faq li {
	margin-top: 5px;
	margin-bottom: 5px;
}
.faqbg {
	background-attachment: scroll;
	background-image: url(images_interface/faq_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

