.TreeNode
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: DEDEDE;
	text-decoration: none;
}

.TreeNodeOver
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: white;
	cursor: hand;
}

.TreeNodeSelect 
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: white;
	font-weight:bold;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: hand;
	text-decoration: none;
}

.TreeNodeDisabled 
{ 
	font-family: Verdana, Arial;
	font-size: 12px;
	color: black;
}