.dtree {
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;

}
.dtree img {
	border: 0px;
	vertical-align: text-bottom;

}
.dtree a {
	text-decoration: none;
}
.dtree a:hover {
	color: #ff5020;
	text-decoration: underline;

}
.dtree .node {
	position: relative;
	top: -2px;
	padding: 1px;
	color: #666;
}
.dtree .nodeSel {
	position: relative;
	top: -2px;
	padding: 1px;
	color: #666;
	background-color: #ffffff;
}

.dbenvindo {
	position: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	white-space: nowrap;
	background-color: #222;

}

.d1 {
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	white-space: nowrap;
	background-color: #777;
}

.d2 {
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	background-color: #666;
}

.darte {
	position: relative;
	font-family: Verdana;
	font-size: 17px;
	color: #999;
	white-space: nowrap;
	background-color: #222;
}

.ddata {
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: darkgreen;
	white-space: nowrap;
	background-color: #ccaa20;
}

.dnovo {
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	white-space: nowrap;
	background-color: darkgreen;
}