.dtree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000 ;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #22FFFF;
	text-decoration: none;
}
.dtree a.node{
	white-space: nowrap;
	letter-spacing: 0px;
	color: #000000;
	line-height:10px;
}
.dtree a.nodeSel{
	white-space: nowrap;
	letter-spacing: 0px;
	line-height:10px;
	color: #666699;
}

.dtree a.nodeSpecial{
	white-space: nowrap;
	letter-spacing: 0px;
	color: #000000;
	line-height:10px;
}
.dtree a.nodeSelSpecial{
	white-space: nowrap;
	letter-spacing: 0px;
	line-height:10px;
	color:#666699;
}

.dtree a:hover{ 	
	color: red;
}

.dtree .clip {
	overflow: hidden;
}

body	{	
	font-family: Arial, Helvetica, sans-serif;
}

a.link1		{ font-size: 11px;}
a.link1:link {color: #FFFFFF; text-decoration: none}
a.link1:active { color: #FFFFFF; text-decoration: none}
a.link1:visited { color: #FFFFFF; text-decoration: none}
a.link1:hover { color:red; text-decoration: underline; }

a.link2		{ font-size: 12px;}
a.link2:link {color: #000000; text-decoration: none}
a.link2:active { color: #000000; text-decoration: none}
a.link2:visited { color: #000000; text-decoration: none}
a.link2:hover { color:red; text-decoration: underline; }
