<!--
.PAGE_TITLE  		{ font-family: Times New Roman; font-size: 16pt; }
.PAGE_SUBTITLE  	{ font-family: Times New Roman; font-size: 14pt; }
.HEADER_LINKS 		{ font-family: Arial, helvetica, sans-serif; font-size: 14pt;  }
.MENU_LINKS 		{ font-family: Times New Roman; font-size: 10pt;  }
.TEXT        		{ font-family: Times New Roman; font-size: 12pt }

A:link 				{ color: blue }   /* unvisited link */
A:visited 			{ color: blue }   /* visited links  */
A:active 			{ color: red }    /* active links   */

a:link.HEADER_LINKS, a:visited.HEADER_LINKS, a:active.HEADER_LINKS { color: black; text-decoration: underline }
a:link:hover.HEADER_LINKS, a:visited:hover.HEADER_LINKS, a:active:hover.HEADER_LINKS { color: black; text-decoration: underline }

a:link.MENU_LINKS, a:visited.MENU_LINKS, a:active.MENU_LINKS { color: black; text-decoration: underline }
a:link:hover.MENU_LINKS, a:visited:hover.MENU_LINKS, a:active:hover.MENU_LINKS { color: black; text-decoration: underline }
-->