a.faq_link:link {
	font-family:Arial;
	font-weight:bold;
	color:#c7c7c7;
	font-size:12px;
	text-decoration:none;
}
a.faq_link:visited {
	font-family:Arial;
	font-weight:bold;
	color:#c7c7c7;
	font-size:12px;
	text-decoration:none;
}
a.faq_link:hover {
	color:#dedede;
	text-decoration:none;
}

a.faq_link_sel:link {
	font-family:Arial;
	font-weight:bold;
	color:white;
	font-size:12px;
	text-decoration:none;
}
a.faq_link_sel:visited {
	font-family:Arial;
	font-weight:bold;
	color:white;
	font-size:12px;
	text-decoration:none;
}
a.faq_link_sel:hover {
	color:white;
	text-decoration:none;
}

/* faqs submenu rows */
div.submenu_faq
{
	display:block;
	line-height:29px;
	border-bottom:1px solid #a1a1a1;
}

div.submenu_faq_sel {
	display:block;
	font-weight:bold;
	cursor:pointer;
	line-height:29px;
	font-family:Arial;
	color:white;
	font-size:12px;
	border-bottom:1px solid #a1a1a1;
	background:#9b9b9b;
}

/* faqs submenu entries rows */
div.faq_link {
	display:block;
	line-height:29px;
	border-bottom:1px solid #a1a1a1;
	background:#929292;
	background-image:url(../pics/qmark.gif);
	background-repeat:no-repeat;
	background-position: 15px 9px;
}

div.faq_link_sel {
	display:block;
	line-height:29px;
	border-bottom:1px solid #a1a1a1;
	background:#929292;
	background-image:url(../pics/qmark.gif);
	background-repeat:no-repeat;
	background-position: 15px 9px;
}
div.qmark {
  background:url(../pics/qmark.gif);
  background-repeat:no-repeat;
  display:inline-block;
  width:8px;
  height:9px;
}
.faq_content {
  font-weight:normal;
}
.faq_content a:link {color: gray; text-decoration: none; font-weight:bold;}
.faq_content a:visited {color: gray; text-decoration: none; font-weight:bold;}
.faq_content a:hover {color:#e71802; text-decoration: none; font-weight:bold;}
.faq_content a:active {color: gray;text-decoration: none;font-weight:bold; } 