body {
  font-family: Tahoma, Verdana, Arial, "Microsoft Sans Serif", sans-serif;
  background-color: #F6F4F6;
  color: black;	
}

table tr {
  font-size: 70%;
}

a.Tree_Node, a.TreeNode:hover {
  text-decoration: none;
  color: black;
}
a.Tree_Node:hover {
  color: #003080;
}

.Tree_InactiveNode {
  line-height: 16px;
}
.Tree_ActiveNode {
  line-height: 16px;
  background-color: navy;
  color: white;
}

