/*   All CSS code is Copyright 2009 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

.faq {
	display: block;
	margin: 8pt 3em;
	padding-top: 8pt;
	padding-bottom: 8pt;
}

.question {
	background-color: #F1F1D6;
	font-weight: bold;
	color: #916C00;
	font-size: 120%;
}

.question span {
}

.answer {
	
}

.answer span {
	font-size: 100%;
	font-weight: bold;
	vertical-align: text-top;
	color: #916C00;
}