BODY, TD, TH, A, P,H1,H2,H3{
	font-family: tahoma, Helvetica Neu, verdana ;
	font-size: x-small;
}
.clsNode{
	color: 999999;
	font-weight : regular;
	font-size : 10px;
	text-decoration : none;
}
.clsNode:visited{
	color: 333333;
	font-weight : regular;
	font-size : 10px;
	text-decoration : none;
}
.clsNode:hover{
	color: CCCCCC;
	font-weight : REGULAR;
	font-size : 10px;
	text-decoration : none;
}
.clsNode:active{
	color: F0FFFF;
	font-weight : REGULAR;
	font-size : 10px;
	text-decoration : none;
}