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


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 1.17;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 9px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a:hover {
	text-decoration: underline;
}

.dtree {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.dtree img {
	border: 0px;
	vertical-align: justify;
}
.dtree a {
	color: #000000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 0px 0px 0px 0px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000000;
	text-decoration: underline;

}
.dtree a.nodeSel:visited {
	color: #000000;
	text-decoration: underline;
	
}
.dtree .clip {
	overflow: hidden;
}

