.SiteMap
{
	margin-left: 35px;  /*border: 0px solid #000000; */
  /*background-color: #FFFFFF;*/
}

.HeaderCell
{
  color: #666666; 
  font-family: Trebuchet MS, tahoma, verdana, arial; 
  font-size: 12px;
  font-weight: bold; 
  padding: 4px;  
  padding-left: 10px;  
  padding-top: 3px;  
}
.footer
{  
  height: 7px; 
}

.HeaderCell a
{
  color: #FFFFFF; 
}

.HeaderCell a:hover
{
  color: #FFFFFF; 
}

.ContentCell
{
  color: #FFFFFF; 
  margin-bottom:5px;
}

.NodeText
{
  font-family: verdana; 
  font-size: 11px;  
}

.NodeText a
{
  color: #B23E3E; 
  text-decoration: none;   
}

.NodeText a:hover
{
  color: #B23E3E; 
  text-decoration: underline; 
}

.NodeDescription
{
  color: #999999; 
  font-family: verdana; 
  font-size: 11px;
}

.RootNode
{
	color: #7C7C7C;
	font-family: Trebuchet MS, tahoma, verdana, arial;
	font-size: 18px;
	text-decoration: none;
} 

.RootNode a
{
	color: #7C7C7C;
	text-decoration: none;
} 

.RootNode a:hover
{ 
  color: #3c6f8d;
  text-decoration: underline; 

} 

.ParentNode
{ 
	color: #7C7C7C;
	font-family: Trebuchet MS, tahoma, verdana, arial;
	font-size: 14px;
	text-decoration: none;
} 

.ParentNode a
{ 
  color: 3c6f8d;
  text-decoration: none;
} 

.ParentNode a:hover
{ 
  color: #3c6f8d;
    text-decoration: underline; 
} 

.LeafNode
{ 
	color: #7C7C7C;
	font-family: Trebuchet MS, tahoma, verdana, arial;
	font-size: 12px;
	text-decoration: none;
} 

.LeafNode a
{ 
  color: #2C5CB6;
  text-decoration: none;
} 

.LeafNode a:hover
{ 
  color: #3c6f8d;
    text-decoration: underline; 
} 


