.treecontainer { width:96%; margin:0 auto; min-height:300px;}
.dtree {
	font-size: 12px;
	color: #000066;
	white-space: nowrap;
	text-align:left;
	
}
.dtree img { border: 0px; vertical-align: middle; }
.dtree a {
	color: #000066;
	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: #000066; text-decoration: underline; }
.dtree a.nodeSel { font-weight:bold;}
.dtree .clip { overflow: hidden; }
