/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
dl {
	margin:0px;
	padding:0px;
	height: auto;
}
dd {
	margin:0px;
	padding:0px;
	height: auto;
}
dd a {
	color: #000033;
	text-decoration: none;
}
dd a:hover {
	color: #bf311a;
}

dt {
	margin:0px;
	padding:0px;
}
#TJK_DL {
	clear: both;
	height: auto;
}


/* margin for the DTs (shorthand) */
#TJK_DL dt {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 0px;
	color: #000033;
	height: 42px;
}
/* image and left padding for DDs */
#TJK_DL dd {padding: 8px 8px 8px 40px; border-bottom: 1px solid #CCCCCC; }
/* styling all anchors in the DTs */
#TJK_DL dt a {
	padding: 21px 0 21px 40px;
	margin: 0px;
	line-height: 0px;
	color:#0E3863;
	text-decoration:none;
	display:block;
	border-bottom: 1px solid #CCCCCC;



=
;
}
#TJK_DL dt a:visited {color:#bf311a; }
#TJK_DL dt a:visited:hover,
#TJK_DL dt a:hover,
#TJK_DL dt a:active,
#TJK_DL dt a:focus {color:#bf311a;} 
/* the + and - gif in the anchors */
#TJK_DL .DTplus a {
	background: url(../images/plus.gif) no-repeat left top;
}
#TJK_DL .DTminus a {
	background: url(../images/minus.gif) no-repeat left top;
}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:static;}
#TJK_DL dd,.hideDD{top:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer; 
cursor:hand; }
