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		{ 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 }



/* -------------------------------- */
/*   Modified by JJam               */
/* -------------------------------- */

img {
	vertical-align: middle;
}

BODY	{
	font-family: Tahoma, Verdana, Arial, helvetica; 
	font-size: 11px;
	background: #F8F8F8;
	margin-top: 4px;
	margin-left: 6px;
	SCROLLBAR-FACE-COLOR: 		#eeeeee; 
	SCROLLBAR-HIGHLIGHT-COLOR: 	#eeeeee; 
	SCROLLBAR-SHADOW-COLOR: 	#eeeeee; 
	SCROLLBAR-3DLIGHT-COLOR: 	#999999; 
	SCROLLBAR-ARROW-COLOR: 		#222269;
	SCROLLBAR-DARKSHADOW-COLOR: 	#999999; 
	SCROLLBAR-BASE-COLOR: 		#999999;
}

DIV DIV { 
	margin-left: 2em; 
	margin-top: 2px;
}

A { 
	text-decoration: none; 
	color: #222269;
}

A:hover	{ 
	text-decoration: underline; 
	color: #6F2222;
}

A:active { 
	color: white; 
	background: #222269;
}
