html, body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

h1 { font-size: 160% ; color: navy}
p {
	text-align: justify;
  color: #333;
}
a:link {color: navy}
a:active {color: red}
a:visited {color: navy}
a.hd { text-decoration: none; color: navy}
.aut { font-weight: bold; font-size: 130%; color: navy}
a.footnotes { font-weight: bold; color: blue; font-family: verdana; }
p.footnote { font-size: 90%}

.dtree {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background-color: #fff;
	width: 290px;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
