@charset "UTF-8";
/* CSS Document */


/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:0px solid #333; margin-right:15px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0; padding:0; font-size:12px; font-family:Verdana, Geneva, sans-serif; color:#333; line-height:1.6em;} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:10px 0; padding-top:10px;}
/* image and left padding for DDs */
#TJK_DL dd {background:url(answer.gif) no-repeat; padding-left:30px;}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat; padding-left:15px; font-size:14px; color:#569BBE; font-family:Arial, Helvetica, sans-serif; text-decoration:none;}
#TJK_DL dt a:visited {color:#569BBE}
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight:bold}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(images/bullet.gif)}
#TJK_DL .DTminus a {background-image:url(images/bullet_down.gif)}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:static;}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;
cursor:hand}