BODY {
  background-color: #339966;
  margin: 10px 0px 10px 5px;
}

.Astree * {
  white-space: nowrap;
  font-family: "Arial", "Helvetica";
  font-size: 13px;
}

.Astree .Folder {
  font-weight: bold;
  color: #FFFFCC;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;  
  padding: 0px 0px 0px 3px;
  vertical-align: top;
}

.Astree .Item {
  padding: 0px 3px 0px 3px;
  vertical-align: top;
}

.Astree IMG {
  border: 0px solid #000000;
  width: 16px;
  height: 22px;
  vertical-align: bottom;
}

.Astree A { text-decoration: none; }

.Astree A.Item:link    { color: #FFFFCC; }
.Astree A.Item:visited { color: #FFFFCC; }
.Astree A.Item:hover   { color: #FFFFCC; }
.Astree A.Item:active  { color: #996633; }
