/* Sitemap */


body.sitemap
{ 
	margin-top:0px;
	margin-left:0px;
	background-color:#FFFFFF;
} 

/* ------- text-------- */

.txtNorm
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.txtSmall
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#9F673F;
	margin:0px;
	padding:0px;
	font-weight:bold;
}


a.sitemaptoplevel 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}	

a.sitemaptoplevel:hover 
{
	color:#333333;
	text-decoration:none;
}
	
a.sitemapsublevel 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}	

a.sitemapsublevel:hover 
{
    color:#999999;
	text-decoration:none;
	font-weight:normal;
}

a.sitemapsubsublevel
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}	

a.sitemapsubsublevel:hover 
{
    color:#666666;
	text-decoration:none;
	font-weight:normal;
}

.scroll
{
	height:370px;
	overflow:auto;
}


