/*  "Show All" + "Hide All" links */
#TJK_ToggleON,#TJK_ToggleOFF {border:1px solid #333;padding:0 5px;margin-right:5px}
/* zeroing out padding and margin */
#TJK_DL dd,#TJK_DL dt {margin:0;padding:0} 
/* margin for the DTs (shorthand) */
#TJK_DL dt {margin:7px 0}
/* image and left padding for DDs */
#TJK_DL dd {background:url(answer.gif) no-repeat;padding-left:55px}
/* styling all anchors in the DTs */
#TJK_DL dt a {background:0 50% no-repeat;padding-left:32px;color: #1488ae;
font-family: "trebuchet MS", verdana, sans-serif;
text-decoration: none;}
#TJK_DL dt a:visited {color: #1488ae;
font-family: "trebuchet MS", verdana, sans-serif;
text-decoration: none;}
#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:url(images/toggleDLplus.gif); background-repeat:no-repeat;}
#TJK_DL .DTminus a {background:url(images/toggleDLminus.gif); background-repeat:no-repeat;}
/**********************************/
/**********************************/
#TJK_DL .showDD {position:static;}
/*#TJK_DL dd,.hideDD{top:-9999px;position:absolute}*/
#TJK_DL dd,.hideDD{left:-9999px;position:absolute}
#TJK_ToggleON,#TJK_ToggleOFF {display:inline;cursor:pointer;
cursor:hand}

#FAQbox {
	width:888px;
	margin-top:10px;
	margin-left:67px;
}
#FAQboxtop {
	background: url(images/faqbgtop.png);
	background-repeat:no-repeat;
	width:100%;
	height:13px;
}
#FAQboxfiller {
	background: url(images/faqbgfiller.png);
	padding-left:16px;
}
#FAQboxbottom {
	background: url(images/faqbgbottom.png);
	background-repeat:no-repeat;
	width:100%;
	height:84px;
	margin-top:-13px;
}
