BODY, TD, TH, A, P,H1,H2,H3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px; 
        -webkit-text-size-adjust: 80%; // Need this for IPhone to keep from resizinf text.
}

.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;
}
