.conteudoTree{
	width:592px;
	float:left;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	font-size:12px;
}
.texto{
	color:#005891;
	font-size:12px;
	text-align:justify;
	float:left;
	width:532px;
	margin:10px 0 0 30px;
}
img{
	border:none;
	padding:0;
	margin:0;
}
.imgTitulo{
	width:532px;
	height:43px;
	border:none;
	float:left;
	margin:10px 0 0 30px;

}
.dtree {
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	background-color:#fff;
	float:left;
	margin:15px 0 30px 30px;
	display:inline;
	height:230px;
}
.dtree img {
	border: 0px;
	vertical-align: text-bottom;
}
.dtree a {
	text-decoration: none;
}
.dtree a:hover {
	color: #666;
	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: #c0d2ec;
}
