/* CSS Document */

<STYLE type="text/css"><!--
a:link {  color: blue}
a:visited {  color: maroon}
a:hover {  color: red}
a:active {  color: red}
a.menu:link {  color: white; text-decoration: none}
a.menu:visited {  color: white; text-decoration: none}
a.menu:hover {  color: Yellow; text-decoration: none}
a.menu:active {  color: Yellow; text-decoration: none}
a.menu2:link {  color: black; text-decoration: none}
a.menu2:visited {  color: black; text-decoration: none}
a.menu2:hover {  color: Yellow; text-decoration: none}
a.menu2:active {  color: Yellow; text-decoration: none}
a.onpage:link {  color: red; text-decoration: none}
a.onpage:visited {  color: maroon; text-decoration: none}
a.onpage:hover {  color: blue; text-decoration: none}
a.onpage:active {  color: blue; text-decoration: none}
a.special:link {  color: red; text-decoration: none}
a.special:visited {  color: red; text-decoration: none}
a.special:hover {  color: blue; text-decoration: none}
a.special:active {  color: blue; text-decoration: none}

BODY, TR {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: black; text-decoration: none;}
BODY {  background-color: white;}
--></STYLE>

