/*	
	css/sitemap.css
	
	Stylesheet for site map
*/

			.divSiteMap {
				font-family:	arial, verdana, san-serif, helvitica;
				font-size:		10px;
				line-height:	1.2;
			}
				
			a.new:active		{text-decoration: none; color: #0033cc; font-weight: bold;}
			a.new:link			{text-decoration: none; color: #0033cc; font-weight: bold;}
			a.new:visited		{text-decoration: none; color: #0033cc; font-weight: bold;}
			a.new:hover		{text-decoration: underline; color: #cc3300; font-weight: bold;}
				
			a.sitemap:active		{text-decoration: none; color: #0033cc;}
			a.sitemap:link		{text-decoration: none; color: #0033cc;}
			a.sitemap:visited	{text-decoration: none; color: #0033cc;}
			a.sitemap:hover		{text-decoration: underline; color: #cc3300;}

