.dtree {
	font-family: Arial;
    font-size:11px; 
    color: #333333; 
	text-align: justify; 
	line-height:1.5; 
	margin-top:6; 
	margin-bottom:6;
	font-weight: normal;
	white-space: nowrap;
	text-decoration:none;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color:  #333333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 2px 4px 2px 4px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #3281c0;
	text-decoration: NONE;
}
.dtree a.nodeSel {
	/*background-color: #999999;*/
}
.dtree .clip {
	overflow: hidden;
}
