
.dtree {
	font-family:돋음; font-size:9pt; 
	color: #666;
	white-space: nowrap;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}

.dtree a {
	color: #333;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}

.dtree a.nodeSel {
	background-color: #c0d2ec;
}

.dtree .clip {
	overflow: hidden;
}


a.node:active {color:#333; text-decoration:none;font-family:돋음; font-size:9pt;}
a.node:link   {color:#333; text-decoration:none;font-family:돋음; font-size:9pt;}
a.node:visited{color:#333; text-decoration:none;font-family:돋음; font-size:9pt;}
a.node:hover  {color:#333; text-decoration:none;font-family:돋음; font-size:9pt;}


.nodeSel {
	font-family:돋음; font-size:9pt; 
	color: #666;
	white-space: nowrap;
	font-weight:bold;
}