/*  "Show All" + "Hide All" links */
#FAQ_ToggleON,#FAQ_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
FAQ_DL dt {margin:0;padding:0;
/*	color: #99FFCC;  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
/*	font-style: oblique ;*/
	} 
#FAQ_DL dd {margin:0;padding:0;
/* 	color: #b5b5b5;  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
/*	font-style: oblique ;*/
	} 
/* margin for the DTs (shorthand) */
#FAQ_DL dt {margin:7px 0}
/* image and left padding for DDs */
#FAQ_DL dd {background:url(clr.gif) no-repeat;padding-left:55px}
/* styling all anchors in the DTs */
#FAQ_DL dt a {background:0 50% no-repeat;padding-left:32px;color:#296766;text-decoration:none;font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;}
#FAQ_DL dt a:visited /*{color:#666} */
#FAQ_DL dt a:visited:hover,
#FAQ_DL dt a:hover {color: #99CCFF},
#FAQ_DL dt a:active,
#FAQ_DL dt a:focus /* {font-weight:bold}  */
/* the + and - gif in the anchors */
#FAQ_DL .DTplus a {background-image:url(images/clr.gif)}
#FAQ_DL .DTminus a {background-image:url(images/clr.gif)}

/**********************************/
#FAQ_DL .showDD {position:relative;top:0}
#FAQ_DL dd,.hideDD{top:-9999px;position:absolute}
/* The toggle buttons */
#FAQ_ToggleON,#FAQ_ToggleOFF {display:inline;cursor:pointer;
	background-color:#b5b5b5;color:#000000;text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;font-size: 15px;
	cursor:hand}