

/* BODY attributes */
 body { font-family: Verdana,  sans-serif; }

 

/* *********************************************************************************** */
/*   Controls the attributes of the A tags used in the Vertical Menu.                  */                                                          
   A.VR:link { color: #000099}                              /*   For unvisited links  */
   A.VR:visited { color: #000099}                           /*   For visited links    */
   A.VR:active { color: rgb(255, 0, 102) }                   /*   When link is clicked */
   A.VR:hover { color: #3333FF}                              /*   When mouse is over   */

/*     For background images durring MouseOver use:                                    */
/*     background-image: url(Images/support_0.gif)                                     */
/*                                                                                     */
/*    Sometimes you may want to show hypertext links without them being underlined.    */
/*    You can do this by setting the text-decoration property to none.                 */
/*    Available options are: none, underline, overline, line-through, blink            */
     
      A.VR { text-decoration: none }   

/* *********************************************************************************** */


/* *********************************************************************************** */
/*   Controls the attributes of the A tags used in the Horizontal Nav Bar.             */

   A.HZ:link { color: #FFFFFF}                              /*   For unvisited links  */
   A.HZ:visited { color: #FFFFFF}                           /*   For visited links    */
   A.HZ:active { color: #FFFFFF}                   /*   When link is clicked */
   A.HZ:hover { color: #000000; background-color: #FFFFCC }  /*   When mouse is over   */

/*     For background images durring MouseOver use:                                    */
/*     background-image: url(Images/support_0.gif)                                     */
/*                                                                                     */
/*    Sometimes you may want to show hypertext links without them being underlined.    */
/*    You can do this by setting the text-decoration property to none.                 */
/*    Available options are: none, underline, overline, line-through, blink            */
      
      A.HZ { text-decoration: none ; font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt}
.MenuCaption {  background-color: #000099; font-family: Georgia, "Times New Roman", Times, serif; text-align: center; color: #FFFFFF}
.MenuItem {  background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.MenuTable {  background-color: #000099}
.MenuBar {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; background-color: #000099}
