	BODY 
		{
			margin: 0px; 
		}
	
	P, TD, BODY, UL, LI 
		{ 
			color: #000;  
			font-family: Arial, Helvetica, sans-serif; 
		}
	
	H2 
		{ 
			color: #000; 
			font-family: Arial, Helvetica, sans-serif; 
			margin-bottom: -.2em; 
		}
	
/* general links */
	
	A:link, A:visited, A:active 
		{ 
			color: #3366cc; 
			text-decoration: none; 
			font-family: Arial, Helvetica, sans-serif; 
		}
	
	A:hover 
		{ 
			color: #ff0000; 
			text-decoration: underline; 
		}
	
	UL LI 
		{  
			list-style-type: circle; 
		} 
	
	UL LI 
		{  
			list-style-image: url(/images/list.gif); 
		}  
	
	OL.numbers  
		{ 
			list-style-type: decimal; 
		}
	
/* header include nav bar */
	
	TD.navlinks, TD.navlinks A:link, TD.navlinks A:visited, TD.navlinks A:active 
		{ 
			color: #ffffff; 
			text-decoration: none; 
			font: 10pt Arial, Helvetica, sans-serif; 
		}
	
	TD.navlinksbot, TD.navlinksbot A:link, TD.navlinksbot A:visited, TD.navlinksbot A:active 
		{ 
			color: #666666; 
			text-decoration: none; 
			font: 10pt Arial, Helvetica, sans-serif; 
		}
	
	TD.navlinks A:hover, TD.navlinksbot A:hover 
		{ 
			color: #ff0000; 
			text-decoration: none; 
		}
	
/* menu beneath author heading etc */
	
	P.menu 
		{ 
			color: #999; 
			font-size: 90%; 
			font-family: Verdana, Helvetica, sans-serif; 
			margin-top: 0px;  
		}
	
	P.menu A:link, P.menu A:visited, P.menu A:active 
		{ 
			color: #666; 
			text-decoration: none; 
			font-size: 90%; 
			font-family: Verdana, Helvetica, sans-serif;  
		}
	
	P.menu A:hover 
		{ 
			color: #ff0000; 
			text-decoration: underline; 
			font-family: Verdana, Helvetica, sans-serif;  
		}
	
/* comments footer */
	
	P.comments 
		{ 
			color: #666; 
			font-size: 8pt; 
			font-family: Verdana, Helvetica, sans-serif; 
			margin-top: 0px;
		}
	
	P.comments A:link, P.comments A:visited, P.comments A:active 
		{ 
			color: #36c; 
			text-decoration: none; 
			font-size: 8pt; 
			font-family: Verdana, Helvetica, sans-serif; 
		}
	
	P.comments A:hover  
		{ 
			color: #f00; 
			text-decoration: underline; 
			font-size: 8pt; 
			font-family: Verdana, Helvetica, sans-serif; 
		}

/* data rows */

	TR.standard_on
		{
			color: #000;
			background: #f4f4f4;
		}
		
	TR.standard_off
		{
			color: #000;
			background: #fff;
		}	