/* FAQ styles */

div.number  {
	float: left;
	margin-top: 0px;
	font-size: 11px;
	/*font-weight: bold;*/
	font: Verdana;
	padding-left: 8px;
	width: 20px;
}


div.question  {
	float: left;
	font: Verdana;
	font-size: 11px;
	width: 460px;	/* necessary because FF sometimes won't float this block if it's
	got more than 2 lines of text in it. */
	color: #505050;
	font: Verdana;
	margin-top: 5px;
	margin-bottom: 5px;
}


div.answer {
	font: Verdana;
	width: 450px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 10px;
	color: blue;
}

div.faqitem, div.answer {
	clear: left;
}

/* FAQ styles */
