
	/* LISTSPAN.CSS */
	
	BODY { font-family:verdana; font-size:100%; }
	H1 { font-size:140%; color:"#993300"; }
	H2 { font-size:110%; color:"#cc6600"; }

	UL { margin-left:0px; margin-bottom:5px; }
	LI UL { display:none; margin-left:16px; }
	LI { font-weight:bold; list-style-type:square; cursor:default; }
	LI.clsHasKids { list-style-type:none; }
	LI.clsHasKids SPAN { cursor:hand; list-style-type:circle; color:Navy}

	A:link, A:visited, A:active { font-weight:normal; color:Navy; }
	A:hover { font-weight:normal; color:Red }
	
	A.menu:link, A.menu:visited, A.menu:active { font-size:x-small; font-weight:normal; color:White; }
	A.menu:hover { font-weight:normal; color:Red }

	A.h2:link, A.h2:visited, A.h2:active { font-size:110%; font-weight:normal; color:"#cc6600"; }
	A.h2:hover { font-weight:normal; color:Red }

/*	table.content, p.content, ul.content , li.content, div.content {margin:.25in; margin-left:2in; margin-bottom:.0001pt; font-size:10.0pt; font-family:Tahoma;}*/
	table.content, p.content, ul.content , li.content, div.content {margin:.25in; margin-left:2in; margin-bottom:.0001pt; font-family:verdana; font-size:100%;}
	p.smallIndent {margin-left:.5in; margin-bottom:.0001pt; font-family:verdana; font-size:100%;}
	ul.normal, li.normal { margin-left:.25in; font-weight:normal; list-style-type:circle; }
	
	BUTTON { font-family:tahoma; font-size:100%; }
