.sitemap,TD { 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
    font-size : 10px; 
}

.sitemaptop { 
/*  layer-background-color: #00ffff; */
/*  background-color: #ffffff; */
}

.sitemapsub { 
/*  layer-background-color: #ffffff; */
/*  background-color: #ffffff; */
}



/* note is a folder and has an url */
.notef1l1:link {
  	font-weight: normal;
    text-decoration: none;
	color: #0099cc;
}

.notef1l1:active {
  	font-weight: bold;
    text-decoration: none;
	color: #0099cc;
}

.notef1l1:visited {
  	font-weight: normal;
    text-decoration: none;
	color: #0099cc;
}

.notef1l1:hover {
    font-weight: normal;
    text-decoration: none;    
	background-color: #444444;
	color: #0099cc;
}

/* note is a folder and has no url ( link color is needed if "clickOnFolderName" is true)  */
.notef1l0:link {
  	font-weight: normal;
    text-decoration: none;
	color: #0099cc;
}

.notef1l0:active {
  	font-weight: normal;
     text-decoration: none;
	color: #0099cc;
}

.notef1l0:visited {
  	font-weight: normal;
    text-decoration: none;
	color: #0099cc;
}

.notef1l0:hover {
    background-color: #444444;
  	font-weight: normal;
    text-decoration: none;
	color: #0099cc;
}

.notef1l0 {
  	font-weight: normal;
    text-decoration: none;
	color: #0099cc;
}

/* note is no folder and has a url */
.notef0l1:link {
  	font-weight: normal;
    text-decoration: none;
	color: #0099cc;
}

.notef0l1:active {
  	font-weight: normal;
    text-decoration: none;
	color: #0099cc;
}

.notef0l1:visited {
  	font-weight: normal;
    text-decoration: none;
	color: #0099cc;
}

.notef0l1:hover {
  	font-weight: normal;
    text-decoration: none;  	
	background-color: #444444;
	color: #0099cc;
}

/* note is no folder and no url */
.notef0l0 {
  	font-weight: normal;
	color: #0099cc;
}


body { margin-top:0px;
  margin-left:0px;
}


