/* Container for all items of the entire FAQ */
#faq-container {
	width: 700px;
	float: left;
}
/* Questions box */
.faqs {
	width: 100%;
	padding: 0;
	margin 0;
	float: left;
	line-height: 150%;
	text-align: left;
	font-style: normal;
	text-decoration: none;
}
/* List style for the FAQ - currently unoccupied */
.faq-list {
}
/* FAQ Navigation for each question */
.question-nav {
	font-style: normal;
	color: black;
	text-decoration: none;
}
.faq-answer {
	font-style: italic;
}
/* FAQ Navigation for getting back and so on */
.quick-nav {
	font-weight: bold;
	text-align: left;
	font-style: normal;
	color: black;
	text-decoration: none;
}
