.TextStyle {
   font-family: verdana, serif;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #515151;
   background-color: #FFFFFF;
   text-decoration: none;
}
.TextStyle A:link {
   font-family: verdana, serif;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #515151;
   background-color: #FFFFFF;
   text-decoration: none;
}
.TextStyle A:visited {
   font-family: verdana, serif;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #515151;
   background-color: #FFFFFF;
   text-decoration: none;
}
.TextStyle A:hover {
   font-family: verdana, serif;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #587C00;
   background-color: #DFEDBB;
   text-decoration: none;
}
.TextStyle A:active {
   font-family: verdana, serif;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #587C00;
   background-color: #DFEDBB;
   text-decoration: none;
}
  .trigger{
  cursor: pointer;
}
  .branch{
  display: none;
  margin-left: 5px;
}
  .block{
  display: block;
  margin-left: 5px;
}
  .indent{
  vertical-align: middle;
}
  .tablecell{
  display: table-cell;
}