.DVtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	white-space: nowrap;
}

.DVtree img {
	border: 0px;
	vertical-align: middle;
}

.DVtree a {
	color: #333333;
	text-decoration: none;
}

.DVtree a.node, .DVtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.DVtree a.node:hover, .DVtree a.nodeSel:hover {
	color: #05548B; font-weight:bold;
	text-decoration: underline;
}

.DVtree a.nodeSel {
	background-color: #BEE1F5;
}

.DVtree .clip {
	overflow: hidden;
}

