.TreeNode 
{ 
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 8.5pt; 
	color: #70708b;	
	padding-left: 3px;
	text-decoration: none;
}

.TreeNodeOver 
{ 
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 8.5pt; 
	color: #70708b; 	
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
	text-decoration: underline;	
}

.TreeNodeSelect 
{ 
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 8.5pt; 
	color: #000066; 
	cursor: pointer;
	cursor: hand;
	margin-left: 3px;
	text-decoration: underline;		
}

.TreeNodeDisabled
{ 
font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 8.5pt; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}

.TreeNodeCurrent
{ 
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 8.5pt; 
	color: #70708b;
	font-weight: bold;		
	padding-left: 3px;
	text-decoration: none;
}

