@media all
{
	body	
	{
    	font-family: verdana, arial, sans-serif;
	font-size:10pt;
    	color:	#000000;
	}
	div, p, th, td, li, dd, dl, dt    
	{
        /* redundant selectors to help NS4 not forget */
    	font-family: verdana, arial, sans-serif;
	font-size:10pt;
    	}
    	li
    	{
    		padding: .25em;
    	}
	h1,h2,h3,h4,h5,h6	
	{
		color:	#336600;
		font-weight: bold;
	}    
	h1	
	{
		font-size:20pt;
		text-transform: uppercase;
	}
	h2	
	{
		font-size:16pt;
	}
	h3	
	{
		font-size:16pt;
		color:	#000099;
	}
	h4	
	{
		font-size:14pt;
	}
	h5	
	{
		font-size:14pt;
		color:	#000099;
	}
	h6	
	{
		font-size:12pt;
	}        
	a:link	
	{
		color:	#336600;
		text-decoration:	underline;
		font-weight: bold;
	}
	a:visited	
	{
		color:	#336600;
		text-decoration:	underline;
		font-weight: bold;
	}
	a:active	
	{
		color:	#ff9900;
		text-decoration:	underline;
		font-weight: bold;
	}
	a:hover	
	{
		color:	#990000;
		text-decoration:	underline;
		font-weight: bold;
	}
}