/*
.clsNode {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	line-height:20px;
}
TD, TH, A, P,H1,H2,H3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height:20px;
}
*/
.clsNodeLevel1:link {
	color: #003366;
	font-weight: bold;
	font-size: 10px;
	padding-left:4px;
	text-decoration: none;
}

.clsNodeLevel1:visited {
	color: #666666;
	background: #ffffff;
	font-weight: bold;
	padding-left:4px;
	text-decoration: none;
}
.clsNodeLevel1:hover{
	color: white;
	background: #FF3300;
	font-weight: bold;
	padding:4px;
	text-decoration: none;
}
.clsNodeLevel1:active {
	color: #666666;
	background: #ffffff;
	font-weight: bold;
	padding-left:4px;
	text-decoration: none;
}
.clsNodeLevel2, .clsNodeLevel2:visited{
	color: #003366;
	font-weight: bold;
	padding-left:4px;
	text-decoration: none;
}
.clsNodeLevel2:hover{
	color: white;
	background: #FF3300;
	font-weight: bold;
	padding:4px;
	text-decoration: none;
}
