.TreeNode
{
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
}

.TreeNodeOver
{
	font-family: Tahoma;
	font-size: 8pt;
	color: Red;
	cursor: hand;
}

.TreeNodeSelect 
{
	font-family: Tahoma;
	font-size: 8pt;
	color: white;
	background: blue;
	cursor: hand;
}

.TreeNodeDisabled
{
	font-size: 8pt;
	color: dodgerblue;
	font-family: Tahoma;
}