body {

}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #ffffff;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	text-decoration: none;
	white-space: nowrap;
	color: #ffffff;
	padding: 1px 2px 1px 2px;
	font-weight:normal;
	background-color: #000000;
}

.dtree a.node:LINK {
}
.dtree a.node:VISITED {
}
.dtree a.node:HOVER {
text-decoration:underline;
}
.dtree a.node:ACTIVE {
}


.dtree a.nodeSel:LINK {
color: #E01825;
}
.dtree a.nodeSel:VISITED {
color: #E01825;
}
.dtree a.nodeSel:HOVER {
color: #E01825;
text-decoration:underline;
}
.dtree a.nodeSel:ACTIVE {
color: #E01825;
}

.dtree .clip {
	overflow: hidden;
}
