
.dtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00193E;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #7D7D7D;
	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: #00193E;
	text-decoration: underline;
}
.dtree a.nodeSel {
	
}
.dtree .clip {
	overflow: hidden;
}

