/* CSS definition file containing site wide stylesheets */
<style type="text/css">
<!--
 


.text {font: 10pt/11pt Times New Roman, verdana, Arial, sans-serif; text-decoration: none}
.header {font: 14pt Times New Roman, verdana, Arial, sans-serif}
.mediumtext{font: 12pt Times New Roman, verdana, Arial, sans-serif; text-decoration: none}
.boldtext {font: bold 10pt/11pt Times New Roman, verdana, Arial, sans-serif; text-decoration: none}
.titletext {font: bold 12pt Times New Roman, verdana, Arial, sans-serif; text-decoration: none}

.class1 A:link { text-decoration: none; color: rgb(255,255,255); } /* unvisited links */
.class1 A:visited {text-decoration: none; color: rgb(255,255,255); } /* visited links */
.class1 A:hover { text-decoration: none;color: rgb(255,204,0);} 
.class1 A:active {text-decoration: none; color: rgb(255,255,255); } /* active links */

.class2 A:link { text-decoration: underline; color: rgb(128,0,0); } /* unvisited links */
.class2 A:visited {text-decoration: underline; color: rgb(128,0,0); } /* visited links */
.class2 A:hover { text-decoration: underline;color: rgb(255,204,0);} 
.class2 A:active {text-decoration: underline; color: rgb(128,0,0); } /* active links */

-->
</style>