.dtree {
	font-size: 19px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {	font-size: 18px; 	color: #000000;	text-decoration: none; line-height:140%;}
.dtree a:hover {color: #000000;	text-decoration: underline;}
.dtree a:visited {	color: #000000;	text-decoration: none;}

.dtree a.node {
font-size: 14px;	
white-space: nowrap; 	
padding: 1px 2px 1px 2px; 
line-height:140%;
}


.dtree a.node:hover {	
color: #CC0000; 	
text-decoration: underline;
}

.dtree a.node:visited {
font-size: 14px;	
white-space: nowrap; 	
padding: 1px 2px 1px 2px; 
line-height:140%;
}

.dtree a.nodeSel {
font-size: 14px;
white-space: nowrap; 	
padding: 1px 2px 1px 2px; 
line-height:140%;
}


.dtree a.nodeSel:visited {
font-size: 14px;	
white-space: nowrap; 	
padding: 1px 2px 1px 2px; 
line-height:140%;	 background-color: none; 
}


.dtree a.nodeSel:hover {	
color: #CC0000; 	
text-decoration: underline;
}

.dtree a.nodeSel {
	background-color: #c0d2ec; 
}

.dtree .clip {	overflow: hidden;}
