/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #000000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #006666;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #e7e0c8;
}
.dtree .clip {
	overflow: hidden;
}
a.copyright:link
{font-family:verdana;
font-size:10px;
font-weight:normal;
text-decoration:underline;
color:#F9f7ec;

}
a.copyright:visited
{font-family:verdana;
font-size:10px;
font-weight:normal;
text-decoration:underline;
color:#F9f7ec;
}
a.copyright:hover
{font-family:verdana;
font-size:10px;
font-weight:normal;
text-decoration:underline;
color:#F9f7ec;
}
a.copyright:active
{font-family:verdana;
font-size:10px;
font-weight:normal;
text-decoration:underline;
color:#F9f7ec;
}
