BODY, TD, TH, A, P,H1,H2,H3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.clsNode, .clsNode:visited{
	color: black;
	font-weight : bold;
	font-size : 9pt;
	text-decoration : none;
}
.clsNode:hover{
	color: blue;
	font-weight : bold;
	font-size : 9pt;
	text-decoration : underline;
}
.clsNodeL0, .clsNodeL0:visited{
	color: black;
	font-weight : bold;
	font-size : 9pt;
	text-decoration : none;
}
.clsNodeL0:hover{
	color: blue;
	font-weight : bold;
	font-size : 9pt;
	text-decoration : underline;
}
.clsNodeL1, .clsNodeL1:visited{
	color: black;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : none;
}
.clsNodeL1:hover{
	color: blue;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : underline;
}