.faqheader, .faqheaderselected
{
	cursor: hand;
	cursor: pointer;	
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 1px;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;	
}

.faqheaderselected
{
	background-color: #E70000;
	color: #FFFFFF;	
}

.faqheader
{
	background-color: #DEDBDE;
	color: #000000;
}

.faqquestionlistclosed
{
	display: none;
}

.faqquestionlistopen
{
	display: block;
	background-color: #FFFFFF;
	font-weight: normal;
	padding-left: 5px;
	cursor: hand;
	cursor: pointer;
	font-size: 12px;
	font-family: Arial;	
}

.faqquestionclosed, .faqquestionopen
{
	color: #E70000;
	padding-top: 7px;
	padding-bottom: 7px;
	text-transform:uppercase;
}

.faqquestionopen
{
	padding-bottom: 0px;
}

.faqanswerclosed
{
	display: none;
}

.faqansweropen
{
	display: block;
	padding-bottom: 7px;
}
.faq_text
{
	display: block;
	color: Black;
	font-family: Arial;
	font-size: 10px;
	font-weight:bold
}


