<style type="text/css">

/*  "Show All" + "Hide All" links */
#FAQ_ToggleON,#FAQ_ToggleOFF {
	padding:0 5px;
	margin-right:5px;
	border-top: 1px solid #E8EAE5;
	border-right: 1px solid #E8EAE5;
	border-bottom: 1px solid #E8EAE5;
	border-left: 1px solid #E8EAE5;
	font-weight: normal;
}
/* zeroing out padding and margin */
#FAQ_DL dd,#FAQ_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#FAQ_DL dt {margin:7px 0}
/* image and left padding for DDs */
#FAQ_DL dd {
	background:url(answ.jpg) no-repeat;
	padding-left:55px;
	padding-top: 12px;
	padding-bottom: 10px;
}
/* styling all anchors in the DTs */
#FAQ_DL dt a {background:0 50% no-repeat;padding-left:32px;color:#000;text-decoration:none}
#FAQ_DL dt a:visited {color:#666}
#FAQ_DL dt a:visited:hover,
#FAQ_DL dt a:hover,
#FAQ_DL dt a:active,
#FAQ_DL dt a:focus {color:#ff3333}
/* the + and - gif in the anchors */
#FAQ_DL .DTplus a {background-image:url(toggleFAQplus.gif)}
#FAQ_DL .DTminus a {background-image:url(toggleFAQminus.gif)}
/**********************************/
/**********************************/
#FAQ_DL .showDD {position:relative;top:0}
#FAQ_DL dd,.hideDD{top:-9999px;position:absolute}
#FAQ_ToggleON,#FAQ_ToggleOFF {
	display:inline;
	cursor:pointer;
	cursor:hand;
	padding: 2px;
	margin-right: 10px;
}