body
{
scrollbar-arrow-color: #C0E0FF;
scrollbar-3dlight-color: #01007F;
scrollbar-highlight-color: #C0E0FF;
scrollbar-face-color:#01007F;
scrollbar-shadow-color: #C0E0FF;
scrollbar-track-color: #01007F;
scrollbar-darkshadow-color: #01007F;
}

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