













.dtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #683100;
	white-space: nowrap;
}
.dtree img {
	border: 0px;

}
.dtree a {
	color: #0181B3;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	color: #0181B3;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
    font-weight : bold;		
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #0181B3;
	text-decoration: none;
}
.dtree a.nodeSel {
	background-color: #D3E2F3;
}
.dtree .clip {
	overflow: hidden;
}