a.clsNode, a.clsNode0, a.clsNode1, a.clsNode2, a.clsNode3, a.clsNode4{	/* Required to overwrite the anchor tag in the main css*/
	color: #999;
	}	

.clsNode {	/* Default Node Style */
	color: #999; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	cursor: hand;
	font-weight: bold;	
	}
.clsExpNode {	/* Expanded Node */
	color: #5C7AB4; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;	
	text-decoration: none; 
	cursor: hand;
	}
.clsNode:visited, .clsNode0:visited, .clsNode1:visited, .clsNode2:visited, .clsNode3:visited, .clsNode4:visited {
	color: #999; 
	text-decoration: none; 
	cursor: hand;
	}
.clsNode:hover, .clsNode0:hover, .clsNode1:hover, .clsNode2:hover, .clsNode3:hover, .clsNode4:hover {
	color: #ADBCD9; 
	text-decoration: underline; 	
	}
.clsNodeSelected {	/* Style of Selected Node*/
	color: #5C7AB4;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	cursor: hand;
	}
.clsNode0{		/* Parent Node, Bold*/
	color: #999; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	cursor: hand;
	}	
.clsNode1, .clsNode2, .clsNode3, .clsNode4{ /* Clild Nodes, Normal */
	color: #999; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;	
	text-decoration: none; 
	cursor: hand;		
	}


