/*  "Show All" + "Hide All" links */
/*#ToggleON,#ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
 zeroing out padding and margin */
/*#DL dd,#DL dt {margin:0;padding:0} 
 margin for the DTs (shorthand) */
/*#DL dt {margin:7px 0}
 image and left padding for DDs */
/*#DL dd {background:(answer.gif) no-repeat;padding-left:55px}
 styling all anchors in the DTs */
#DL dt a {color: #336699; font-size : 12pt;}
#DL dt a:visited {color:#336699}
#DL dt a:visited:hover,
#DL dt a:hover,
#DL dt a:active,
#DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors 
#DL .DTplus a {background-image:(toggleDLplus.gif)}
#DL .DTminus a {background-image:(toggleDLminus.gif)}
*/
/**********************************/


/**********************************/
#DL .showDD {position:relative;top:0}
#DL dd,.hideDD{top:-9999px;position:absolute}
#ToggleON,#ToggleOFF {display:inline;cursor:pointer;cursor:hand}