BODY, TD, TH, A, P,H1,H2,H3{
	font-family: verdana, arial,sans-serif;
	font-size: 12px;
}

.clsNode, .clsNode:visited{
	font-family: verdana, arial,sans-serif;
	color: #FFF;
	font-weight : bold;;
	font-size : 12px;
	text-decoration : none;
}
.clsNodeL1, .clsNodeL1:visited{
	color: #FFF;
	font-size : 12px;
	text-decoration : none;
}
.clsNodeL1:hover{
	color: blue;
	font-size : 12px;
	text-decoration : underline;
}

.clsNodeL2, .clsNodeL2:visited{
	color: #FFF;
	font-size : 12px;
	text-decoration : none;
}
.clsNodeL2:hover{
	color: blue;
	font-size : 12px;
	text-decoration : underline;
}

.clsNodeL3, .clsNodeL3:visited{
	color: #FFF;
	font-size : 10px;
	text-decoration : none;
}
.clsNodeL3:hover{
	color: blue;
	font-size : 10px;
	text-decoration : underline;
}

.highNode {
	font-family: verdana, arial,sans-serif;
	color: #FC0;
	font-weight : bold;;
	font-size : 12px;
	text-decoration : none;
}

.unlinkNode {
	font-family: verdana, arial,sans-serif;
	color: #C1DFF9;
	font-weight : bold;
	font-size : 12px;
	text-decoration : none;
}

