/*  "Show All" + "Hide All" links */
#TJK_ToggleON {border:1px solid #333;padding:0 5px;margin-right:5px}
#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}

#TJK_ToggleON a:hover:focus:active:visited:target {color:#73bbbe;	text-decoration: none;}
#TJK_ToggleOFF a:hover:focus:active:visited:target {color:#73bbbe;	text-decoration: none;}


/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {
	margin:0;
	padding:0;
	width: 650px;
}

/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px}
#TJK_DL dd {left:20px}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat;padding-left:32px;color:#73bbbe;text-decoration:none}
#TJK_DL dt a:visited {color:#73bbbe}
#TJK_DL dt a:visited:hover {color:#73bbbe}
#TJK_DL dt a:hover {color:#73bbbe}
#TJK_DL dt a:active {color:#73bbbe}
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {background-image:url(toggleplus.gif)}
#TJK_DL .DTminus a {background-image:url(toggleminus.gif)}
/**********************************/
/**********************************/
#TJK_DL .showDD {
	position:relative;
	top:0;
	width: 680px;
	font-family: font;
	font-size: 10pt;
	color: #666666;
}
#TJK_DL dd,.hideDD{
	top:-9999px;
	position:absolute;
	z-index: 4;
}
