BODY	{
	font-family: Arial, Tahoma; font-size: 9pt;
	background: #f0f0ee url(im/bghl.gif) fixed repeat-y 100% 0;
	margin-left: 15px;
}

UL		{ margin: 0 0 0 2em; padding: 0; }
LI		{ list-style-type: circle; list-style-image: url(im/doc.gif); }
LI.open		{ list-style-type: disc; list-style-image: url(im/open.gif); xbackground-color: cyan; }
LI.close	{ list-style-type: square; list-style-image: url(im/close.gif); xbackground-color: yellow; }
LI.close LI	{ display: none }

DIV DIV 	{ margin-left: 2em; }
DIV		{ xdisplay: list-item; list-style-type: circle; xlist-style-image: url(im/doc.gif); }
DIV.open	{ list-style-type: disc; xlist-style-image: url(im/open.gif); xbackground-color: cyan; }
DIV.close	{ list-style-type: square; xlist-style-image: url(im/close.gif); xbackground-color: yellow; }
DIV.close DIV	{ display: none }

A		{ text-decoration: none; color: darkblue }
A:hover		{ text-decoration: underline; color: red }
A:active	{ color: white; background: darkblue }
