/* CSS Document */

ul.maketree, ul.maketree ul, ul.maketree li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.maketree ul { padding-left: 0.3em; }
ul.maketree li {
  border-left: 1px dotted #000;
  padding-left: 13px;
  background: url(../../images/dotted.gif) scroll no-repeat 1px 0.8em;
}
ul.maketree li.last {
  border-left-width: 0px;
  padding-left: 14px;
  background: url(../../images/dottedangle.gif) scroll no-repeat left top;
}

ul.maketree li.lastlink {
  border-left-width: 0px;
  padding-left: 14px;
  background: url(../../images/dottedangle.gif) scroll no-repeat left top;
}

.maketree, .maketree a:hover, .maketree a:link, .maketree a:active,  .maketree a:visited {
text-decoration:none;
font-weight:bold;
color: #000066;
font-size:15px;

}

.doc, .doc a:hover, .doc a:link, .doc a:active, .doc a:visited {
text-decoration:underline;
font-weight:normal;
color: #0000FF;
font-size:12px;
}

.lastlink, .lastlink a:hover, .lastlink a:link, .lastlink a:active, .lastlink a:visited {
text-decoration:underline;
font-weight:normal;
color: #0000FF;
font-size:12px;
}