.clsNode {
	font-family: tahoma;
	font-size: 8pt;
	color: black;
	font-weight: bold;

}

.clsNode:hover {
	font-family: tahoma;
	font-size: 8pt;
    text-decoration: none;
	color: red;
	font-weight: bold;
}
.clsNode1 {
	font-family: arial;
	font-size: 10px;
	color: black;
	font-weight: normal;
}

.clsNode1:hover {
	font-family: arial;
	font-size: 10px;
    text-decoration: none;
	color: red;
	font-weight: normal;
}
.clsNode2 {
	font-family: tahoma;
	font-size: 7pt;
	color: black;
}

.clsNode2:hover {
	font-family: tahoma;
	font-size: 7pt;
    text-decoration: none;
	color: red;
	font-weight: normal;
}