@media all
{
	body	
	{
    	font-family: verdana, arial, sans-serif;
	font-size:12pt;
    	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:12pt;
    	}
    	address
    	{
		font-size:10pt;
		font-style:italic;
    	}
    	li
    	{
    		padding: .25em;
    	}
    	.headline
    	{
		color:	#006666;
		font-weight: bold;    	
		font-size:24pt;
		text-transform: uppercase;
    	}
    	
	h1,h2,h3,h4,h5,h6	
	{
		color:	#006666;
		font-weight: bold;
	}    
	h1	
	{
		font-size:24pt;
		text-transform: uppercase;
	}
	h2	
	{
		font-size:16pt;
	}
	h3	
	{
		font-size:16pt;
		color:	#006666;
	}
	h4	
	{
		font-size:14pt;
	}
	h5	
	{
		font-size:14pt;
		color:	#006666;
	}
	h6	
	{
		font-size:12pt;
	}  
	a	
	{
		color:	#006666;
		font-weight: bold;
		text-decoration:	underline;
	}        
	a:link	
	{
		color:	#006666;
	}
	a:visited	
	{
		color:	#006666;
	}
	a:active	
	{
		color:	#006666;
	}
	a:hover	
	{
		color:	#990000;
	}
	a.menu
	{
		font-size:10pt;
		text-decoration:	underline;
		font-weight: bold;
	}
	a.menu:link	
	{
		color:	#FFFF99;
	}
	a.menu:visited	
	{
		color:	#FFFF99;
	}
	a.menu:active	
	{
		color:	#FFFF99;
	}
	a.menu:hover	
	{
		color:	#990000;
	}
	td.crumbs
	{
		font-size:10pt;
	}
	td.crumbs:link	
	{
		text-decoration:	underline;
		font-weight: normal;
		color:	#006666;
	}
}
