/* CSS Document */

body 
{ 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/layout/bg_grey.gif);
}

.title 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight: bold;
	color: #006699;
}

.small
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:#333333;
}

.scroll
{
height:370px;
overflow:auto;

}

a.sitemaptoplevel 
{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 12px;
	font-weight: bold;
	color: #006699;
	height: 10px;
	margin-top: 10px;
}	

a.sitemaptoplevel:hover 
{
	color: #0099CC;
}
	
a.sitemapsublevel 
{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 12px;
	color: #0099CC;
}	

a.sitemapsublevel:hover 
{
    color: #0099CC;
}

a.sitemapsubsublevel
{
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size : 11px;
	color: #0099CC;
}	

a.sitemapsubsublevel:hover 
{
    color: #0099CC;
	text-decoration:none;
}