
A {color: blue;
   text-decoration: underline;
   FONT: normal 8pt Arial;
   FONT-WEIGHT: bold;
  }

.A_info {
   color: blue;
   text-decoration: none;
   FONT: normal 10pt Arial;
   FONT-WEIGHT: bold;
  }
  
.A_text {
   color: blue;
   text-decoration: underline;
   FONT: normal 8pt Arial;
   FONT-WEIGHT: bold;
  }

.A_banner {
   color:white;
   text-decoration: none;
   FONT: normal 8pt Arial;
   FONT-WEIGHT: bold;
  }
  
.A_menu {
   color:black;
   text-decoration: none;
   FONT: normal 8pt Arial;
   FONT-WEIGHT: bold;
  }

P
 {
   color:       yellow;
   FONT: bold 12pt Arial;
   text-align:  center;
   }
 
.P_small
 {
   color:       white;
   FONT: bold 8pt Arial;
   text-align:  center;
   }

.P_small_yellow
 {
   color:       yellow;
   FONT: bold 8pt Arial;
   text-align:  center;
   }
   
.P_small_black
 {
   color:       black;
   FONT: bold 8pt Arial;
   text-align:  left;
   }
   
   
.P_medium
 {
   color:       yellow;
   FONT: bold 10pt Arial;
   text-align:  center;
   }

.P_info_text
 {
   color: "#000099";
   FONT: bold 9pt Arial;
   text-align:  left;
   }
   
.P_info_text_black
 {
   color: black;
   FONT: normal 9pt Arial;
   text-align:  left;
   }

.P_heading
 {
   color: "#000099";
   FONT: bold 10pt Arial;
   text-align:  left;
   }


.P_title
 {
   color: "#000099";
   FONT: bold 10pt Arial;
   text-align:  center;
   }

TD
 {
   
   FONT: normal 10pt Arial;
  }
  
 A:hover {color:red; text-decoration:none;}