div.faqquestion {
	font-weight: bold;
	margin: 0px;
	
/*
		border-color: red;
		border-width: 1px;
		border-style: solid;
*/
}

div.faqanswer {
	margin-bottom: 20px;
	
/*
		border-color: red;
		border-width: 1px;
		border-style: solid;
*/
}

div.faqanswer ul
{
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
}

div.faqanswer table
{
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
}

div.faqanswer p
{
	margin-bottom: 6px;
}

div.faqanswer .answerhighlight
{
	font-weight: bold;
}

div.faqanswer ol 
{
	list-style:decimal;
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 10px;
}

div.faqanswer li
{
	padding:1px;
}

