
	/* toc.css */
H1, h {
	font-size : 16px;
	color : #A52A2A;
}

H2, h {
    font-size : 12px;
	color : #A52A2A;
}

H3, h {
    font-size : 9px;
	color : #A52A2A;
}


	A.clsTocHeading { font-size:15px;color:maroon; text-decoration:none; }
	A.clsTocHeading:hover {
	color: #D2691E;
}

	A.clsTocItem {
	font-size:12px;
	color: Maroon;
	text-decoration: none;
}
	A.clsTocItem:hover 	{
	color: #D2691E;

}

	A.clsTocItemSelect {
	font-size:12px;
	font-weight:bold;
	color: #A52A2A;
	text-decoration:none;
}
	A.clsTocItemSelect:hover {
	color: #D2691E;
}

	BODY {
	font-family:arial, helvetica, sans-serif;
	color: Maroon;
	font-size : 12px;
	background-color : #FAFAD2;
}

	UL { margin-left:24px; margin-top:0px; margin-bottom:2px; }

	UL UL LI {margin-left: -10px; margin-top:0.1em; }  
		
	.noexpand { list-style-image: url('solid.gif'); }
	.clsNoExpand { list-style-image: url('solid.gif'); }


	.clsShowHide {list-style-image:url('plus.gif'); cursor: hand; }
	.clsShowHideShowing { list-style-image:url('minus.gif'); cursor: hand; }
	UL.clsItemsShow { list-style-image:url('arrowstop.gif'); }
	UL.clsItemsHide { display:none; }
	
	.clsStyleCheck  { margin-left:15px; margin-top:5px; }
	.clsStyleText  { margin-left:34px; margin-top:-16px; font-size:8px; cursor:default; }

