


/* Presentation Stylesheet */ 
h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 80%; 
 font-weight: bold;
 color:blue;
 }

h4.left {
 
 margin:0; 
 padding: 10px 3px;
 }
a.left {
 font-size: 16px;
 color:#000000;
 text-decoration:none;
 margin:0;
 padding: 5px;
 }
a.left:hover {
 color:#777777;
 font-weight:bold;
 text-decoration:none;

}

a{
 color:black;
 text-decoration:underline;
 padding: 4px 0 0 4px;
 }
a:hover {
 color:black;
 font-style:bold;
 text-decoration:underline;
}

table {
	border:1px solid black;
	border-collapse:collapse;
}
table th, table td {
	font-size: 12px;
	border:1px solid #aaaaaa;
	padding: 2px 5px 2px 5px;
}
table tr.alternate {
	background-color:#ffffcc;
}
table thead th {
	background-color:#c0c0c0;
}
table tfoot td {
	background-color:#ffccff;
}

#TJK_ToggleON,#TJK_ToggleOFF {display:none}

/*  "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:#000;text-decoration:none}
#TJK_DL dt a:visited {color:#666}
#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-image:url(toggleDLplus.gif)}
#TJK_DL .DTminus a {background-image:url(toggleDLminus.gif)}
/**********************************/
/**********************************/
#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}

