body, td, th, a, p, h1, h2, h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
	margin-top: 0; margin-bottom: 0;

}

.clsNode, .clsNode:visited{
	color: gray;
	font-weight : bold;;
	font-size : 9pt;
	text-decoration : none;
}
.clsNode:hover{
	color: red;
	font-weight : bold;;
	font-size : 9pt;
	text-decoration : underline;
}

.clsNodeL0, .clsNode0:visited{
	color: gray;
	font-weight : bold;;
	font-size : 9pt;
	text-decoration : none;
	margin-top: 0; margin-bottom: 0;
}
.clsNode0:hover{
	color: red;
	font-weight : bold;;
	font-size : 9pt;
	text-decoration : underline;
	margin-top: 0; margin-bottom: 0;
}
.clsNodeL1, .clsNode1:visited{
	color: maroon;
	font-weight : bold;;
	font-size : 9pt;
	text-decoration : none;
}
.clsNode1:hover{
	color: red;
	font-weight : bold;;
	font-size : 9pt;
	text-decoration : underline;
}
.clsNodeL2, .clsNode2:visited{
	color: blue;
	font-weight : bold;;
	font-size : 9pt;
	text-decoration : none;
}
.clsNode2:hover{
	color: red;
	font-weight : bold;;
	font-size : 9pt;
	text-decoration : underline;
}