﻿.Header {
	font-size: medium;
	background-image: url('TJK_ToggleDL/toggleDLplus.gif');
	padding-left:32px;
	background-repeat: no-repeat;
	color:navy;
	text-decoration:none;
	margin:0;			
	cursor:pointer;
	cursor: hand;
}

.Body {
	left: 32px;
	color:navy;
	position:absolute;
	margin:0;
	top:-9999px;
}
.OpenClose {
	position: absolute;
	font-size:small;
	border-style:outset; 
	border-width:1px; 
	color:navy; 
	padding:0 5px;
	margin-right:5px;
	display:inline;
	cursor:pointer;
	cursor:hand;	
}
