.dtree {
	font-family: Tahoma, Arial, Helvetica, "MS Sans Serif";
	font-size: 8pt;
	color: #666;
	white-space: nowrap;
	font-weight: bolder;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #599415;
	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: #403212;
	text-decoration: none;
}
.dtree a.nodeSel {
	background-color: #d2a12e;
}
.dtree .clip {
	overflow: hidden;
}
.dtree a:visited {

	color: #aacc84;
	text-decoration: none;
}

