/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {
border:1px solid #333;
}

/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {
font-family: Helvetica, Arial, sans-serif;
font-size: .85em;
line-height: 1.2em;
} 


/* margin for the DTs (shorthand) */
#TJK_DL dt {
padding-top: 10px;
}

/* image and left padding for DDs */
#TJK_DL dd {
font-size: .75em;
margin: 15px;
padding: 5px;
background-color: #FFF2CC;
}

/* styling all anchors in the DTs */
#TJK_DL dt a {
color:#53234b;
text-decoration:none; 
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 {

}

#TJK_DL dt a:hover{
text-decoration: underline;
}

#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 {

}
#TJK_DL .DTminus a {

} 
/**********************************/
/**********************************/
#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;}