.dtree {
	font-family: 'Arial Narrow', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-align: right;
}

.dtree img {
	border: 0px;
	vertical-align: text-bottom;
}

.dtree a.node, .dtree a.nodeSel {
	padding: 1px 2px 1px 2px;
}

.dtree a.nodeSel, .dtree a.nodeSel2 {
	text-decoration: underline;
}

.dtree .clip {
	overflow: hidden;
}

.dTreeNode {
	padding-bottom: 2px;
	padding-top: 2px;
}

.dTreeNode a {
	color: #883242;
	font-weight: bold;
	text-decoration: none;
}

.dTreeNode a:hover {
	text-decoration: underline;
}

.dTreeNode2 a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

.dTreeNode2 a:hover {
	text-decoration: underline;
}


.dTreeNode2 a.nodeSel2 {
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

