BODY, TD, TH, A, P,H1,H2,H3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.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;
}
#left{
	position:absolute;
	top:20%;
	left:0%;
	width: 100%;
	
	}
#middle {
	position:absolute;top:20%;left:30%;
	width: 90%;
}
#foldheader{cursor:pointer;cursor:hand ; font-weight:bold ;
list-style-image:url(fold.gif)}
#foldinglist{list-style-image:url(list.gif)}