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

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