BODY {}
.tree:link {
	text-decoration: none;
	color: #666666;
	font-family: "Arial";
	font-size: 10px;
	line-height: 11px;
}
.tree:visited {
	text-decoration: none;
	color: #666666;
	font-family: "Arial";
	font-size: 10px;
	line-height: 11px;
}
.tree:hover {
	text-decoration: underline;
	color: #000000;
	font-family: "Arial";
	font-size: 10px;
	line-height: 11px;
}
.selectedtree:link{
	text-decoration: none;
	color: #666666;
	font-family: "Arial";
	font-size: 10px;
	line-height: 11px;
}
.selectedtree:hover {
	text-decoration: underline;
	color: #000000;
	font-family: "Arial";
	font-size: 10px;
	line-height: 11px;
}
.selectedtree:visited{
	text-decoration: none;
	color: #666666;
	font-family: "Arial";
	font-size: 10px;
	line-height: 11px;
}
.folder {
	text-decoration: none;
	color: #666666;
	font-family: "Arial";
	font-size: 10px;
	line-height: 11px;
}
.treeTD {color: #000000}