<Style>

.clsNodeSelected { 
	color: #003399;	
	font-size : 12px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.clsDemoNode, .clsDemoNode:visited{
	color: #2c3c72;	
	font-size : 12px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}

.clsDemoNode:hover{
	color: #FFFFFF;
	font-size : 12px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #003399;
}

.clsDemoNode1, .clsDemoNode1:visited{
	color: #2c3c72;
	font-size : 12px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;	
}
.clsDemoNode1:hover{
	color: #FFFFFF;
	font-size : 12px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #003399;

}
.clsDemoNode2, .clsDemoNode2:visited{
	color: #006400;
	font-size : 12px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode2:hover{
	color: #FFFFFF;
	font-size : 12px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #003399;

}

</Style>