BODY
{
    BACKGROUND: #000000;
    COLOR: #FFFFFF;
}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	white-space: nowrap;
        BACKGROUND: #000000;
}
.dtree img
{
	border: 0px;
	vertical-align: middle;
}
.dtree a
{
	color: #FFFFFF;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel
{
	color: #FFFFFF;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover
{
	color: #FFFFFF;
	text-decoration: underline;
        BACKGROUND: #737373;
}
.dtree a.nodeSel
{
	background-color: #494949;
}
.dtree .clip
{
	overflow: hidden;
}