.TreeNode
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: black;
}

.TreeNodeOver
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	cursor: hand;
}

.TreeNodeSelect 
{
	font-family: Arial, Verdana;
	font-size: 8pt;
	color: white;
	background: highlight;
	cursor: hand;
}

.TreeNodeDisabled 
{ 
	font-family: Arial, Verdana; 
	font-size: 8pt;	 
	color: gray; 	
}