.menu       { position: absolute; left: 0px; top: 3px; z-index: 1}

.text1 		{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color:#000000; z-index: 2}
.text2 		{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color:#000000; z-index: 2}
.redtext	{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: red; z-index: 2}
.tdtext		{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color:#000000; background-color: #cccccc; z-index: 2}
.titletext	{ font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; font-style: italic; color:teal; z-index: 2}
.homenav	{ font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-weight: bold; font-style: italic; color:#003366; z-index: 2}
.homenavnew	{ font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-weight: bold; font-style: italic; color:teal; z-index: 2}

A:link      { color: #3333cc }
A:hover		{ color: #00ccff }
A:active    { color: #3333cc }
A:visited   { color: #3333cc } 

A.homenav:link    	{ color: #003366; text-decoration: none; }
A.homenav:visited 	{ color: #003366; text-decoration: none; }
A.homenav:hover   	{ color: teal;  text-decoration: none; }
A.homenav:active  	{ color: #003366; text-decoration: none; }

A.homenavnew:link    	{ color: teal; text-decoration: none; }
A.homenavnew:visited 	{ color: teal; text-decoration: none; }
A.homenavnew:hover   	{ color: #003366;  text-decoration: none; }
A.homenavnew:active  	{ color: teal; text-decoration: none; }