BODY{
	font-size: 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
}
TD{
	font-size: 12px;
}
UL{
	margin-left : 25px;
	margin-top : 5px;
	margin-bottom : 5px;
}
A {
	color: #2171B5;
	text-decoration: underline;
}
A:hover {
	color: #55A0DC;
	text-decoration: none;
}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #195A84;
	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: #55A0DC;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #DEEBF7;
}
.dtree .clip {
	overflow: hidden;
}
