.LinkMap
{
  background-color:white;
  font-family: verdana; 
  font-size: 10px;
  padding-left:0px;
}

.RootNode
{ 
  color:blue;
  font-family: verdana; 
  /*font-size: 10px;*/
  font-weight: bold;
  padding:0px;
  padding-top:0px;
  padding-bottom:1px;
} 

.RootNode a
{ 
} 

.RootNode a:hover
{ 
} 

.RootNode a:visited
{ 
} 

.HeaderCell
{
  color:blue; 
  font-family: verdana; 
  font-size: 11px;
  font-weight: bold; 
  padding: 4px;  
  padding-left: 0px;  
  padding-top: 3px;  
}

.HeaderCell a
{
  color: red; 
  text-decoration: none;
}
.HeaderCell a:visited
{
  color: red; 
}
.HeaderCell a:hover
{
  color: red; 
  text-decoration: underline;
}


.ParentNode
{ 
  font-family: verdana; 
  font-size:10px;  
} 

.ParentNode a
{ 
  color: black;
  text-decoration:none;
} 

.ParentNode a:hover
{ 
  color: black;
  text-decoration:underline;
} 

.ParentNode a:visited
{ 
  color: black;
  text-decoration:none;
} 

.LeafNode
{ 
  color: #DD3409;
  font-family: verdana; 
  /*font-size:15px;*/
  padding-left:3px;
} 

.LeafNode a
{ 
  color: #DD3409;
  text-decoration:none;
} 

.LeafNode a:hover
{ 
  color: #DD3409;
  text-decoration:underline;
} 





.ContentCell
{
  color: #FFFFFF;
}

.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;
}



