a.clsNode, a.clsNode0, a.clsNode1, a.clsNode2, a.clsNode3, a.clsNode4{	
	/* Required to overwrite the anchor tag in the main css*/
	color: #999999;
	}
a.clsNode:visited, a.clsNode0:visited, {	
	color: #999999;
	font-size: 11px; 
	font-weight: bold;	
	text-decoration: none; 
	cursor: hand;	
	}	
		
.clsNode {	/* Default Node Style */
	color: #999999; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;		
	text-decoration: none; 
	cursor: hand;
	}
.clsExpNode {	/* Expanded Node */
	color: #999999; /*#058064*/
	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: #999999; 
	text-decoration: none; 
	cursor: hand;
	}
.clsNode:hover, .clsNode0:hover, .clsNode1:hover, .clsNode2:hover, .clsNode3:hover, .clsNode4:hover {
	color: #003366; /*#058064*/
	text-decoration: underline; 	
	}
.clsNodeSelected {	/* Style of Selected Node*/
	color: #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-decoration: none; 
	cursor: hand;
	font-weight: bold;
	}
.clsNode0{		/* Parent Node, Bold*/
	color: #999999; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;	
	text-decoration: none; 
	cursor: hand;
	}
.clsNode0:visited{		/* Parent Node, Bold*/
	color: #999999; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;	
	text-decoration: none; 
	cursor: hand;
	}		
.clsNode1, .clsNode2, .clsNode3, .clsNode4{ /* Child Nodes, Normal */
	color: #999999; 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;	
	text-decoration: none; 
	cursor: hand;		
	}


