/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 25px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0px 8px;padding:0px 10px; 
font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Helvetica, Arial, sans-serif;
} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0; }
/* image and left padding for DDs */
#TJK_DL dd { font-size: .75em;padding-left:40px}
/* styling all anchors in the DTs */
#TJK_DL dt a {color:#000;text-decoration:none; padding-left:20px; font-size: 1em; display:inline;}
#TJK_DL dt a:visited {color:#666666}
#TJK_DL dt a:visited:hover,

#TJK_DL dt a:active,
#TJK_DL dt a:focus {font-weight: bold;}

#TJK_DL dt a:hover{color: #3D72A0;}

#TJK_DL dd a:visited {text-decoration: none; border-bottom: 1px solid #E6E6E6;
color: #3D72A0;}
#TJK_DL dd a {text-decoration: none; border-bottom: 1px solid #E6E6E6;
color: #3D72A0;}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {margin-left: 17px; background-image:url(../images/toggleDLplus.gif); background-repeat: no-repeat;}
#TJK_DL .DTminus a {margin-left: 17px; background-image:url(../images/toggleDLminus.gif); background-repeat: no-repeat;} 
/**********************************/
/**********************************/
#TJK_DL .showDD {position:relative;top:0}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;cursor:hand}


a.start a {display: inline; font-size: 5em;}