.clsDemoNode, .clsDemoNode:visited{
	color: Silver;
	font-weight: bold;
	font-size : 12px;
	text-decoration : none;
	font-family : Lucida Sans, Helvetica, sans-serif;
}
.clsDemoNode:hover{
	color: Black;
	font-weight: bold;
	font-size : 12px;
	text-decoration : none;
	font-family : Lucida Sans, Helvetica, sans-serif;
	background : #000000;
}

.clsDemoNode1, .clsDemoNode1:visited{
	color: Silver;
	font-size : 11px;
	text-decoration : none;
	font-family : Lucida Sans, Helvetica, sans-serif;
}
.clsDemoNode1:hover{
	color: Silver;
	font-size : 12px;
	text-decoration : none;
	font-family : Lucida Sans, Helvetica, sans-serif;
	background : #000000;
	font-weight : bold;
}
