.clsDemoNode, .clsDemoNode:visited{
	color: #990000;
	font-weight: bold;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode:hover{
	color: #990000;
	font-weight: bold;
	font-size : 11px;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}

.clsDemoNode1, .clsDemoNode1:visited{
	color: #990000;
	font-size : 10px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode1:hover{
	color: #990000;
	font-size : 10px;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}

.clsDemoNode2, .clsDemoNode2:visited{
	color: navy;
	font-size : 9px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
}
.clsDemoNode2:hover{
	color: navy;
	font-size : 9px;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
}
