.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	font-weight: bold; 
	text-decoration: none; 
	color: #1B8EA6;
	font-size: 10px;
	font-family: Tahoma;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline; 
	color: #CC0000;
	font-size: 10px;
	font-family: Tahoma;
}
.dtree a.nodeSel {
	text-decoration: underline; 
	color: #CC0000;
	font-size: 10px;
	font-family: Tahoma;
}
.dtree .clip {
	overflow: hidden;
}

a {
	font-weight: bold; 
	text-decoration: none; 
	color: #1B8EA6;
	font-size: 9px;
	font-family: Tahoma;
}
a:hover{
	text-decoration: underline; 
	color: #CC0000;
	font-size: 9px;
	font-family: Tahoma;
}
