body {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#e58e1a;
 margin:4;
 padding:0;
 
}
div {
 background-color: #ffffff;
}
a,a:link,a:visited,a:active {
 text-decoration:none;
 color:#eb7503;
}
a:hover {
  color:#000000;
} 
h1 {
 font: normal 20pt georgia; 
 letter-spacing: 1px; 
 color:#eb7503;
}
h2 {
 font: normal 20pt georgia; 
 letter-spacing: 1px; 
 color:#eb7503;
}
td,div { 
 font: 10pt arial;
 color: black; 
 margin-top: 0px; 
}
input,textarea,select {
 font: normal 8pt arial; 
 border: 1px solid #999999;
 background-color: #f7f5ce;
}
.closedTree {
  background-image: url('../images/plus.gif');
  cursor: pointer;
  cursor: hand;
  background-repeat: no-repeat;
}
.closedTreeBody {
  display: none;
}
.openTree {
  background-image : url('../images/minus.gif');
  cursor: pointer;
  cursor: hand;
  background-repeat: no-repeat;
}
.openTreeBody {
 display: block;
}
.menu_item {
 font: normal 10pt georgia;
 color : black; 
 font-weight: bold;
}
.link_row {
 font: normal 16pt georgia;
 border-bottom: 2px solid #c3d29b;
}
.link1_row {
 font: normal 12pt georgia;
 border-bottom: 1px solid #c3d29b;
}
.link_comment {
 border-left:1px solid #c3d29b;
 color:#e58e1a;
 margin:10px;
}
