  BODY        { background-color: black; text-align: center }
  .textfont   { font-family:"Arial"; font-size: 14px; text-align: center; color: white; font-weight: bold }
  .namefont   { font-family:"Arial"; font-size: 12px; text-align: center; color: white; font-weight: bold }
  .pixfont   { font-family:"Arial"; font-size: 11px; text-align: center; color: white; font-weight: bold }      
  .copyfont   { font-family:"Arial"; font-size: 9px; text-align: center; color: white; font-weight: bold }    
  .headerfont { font-family:"Arial"; font-size: 18px; text-align: center; color: white; font-weight: bold } 
  .menufont { font-family:"Arial"; font-size: 16px; text-align: center; color: white; font-weight: bold }   
  .headersize { font-family:"Arial"; font-size: 18px; text-decoration: underline }  
  .welcomefont { font-family:"Arial"; font-size: 24px; text-align: center; color: white; font-weight: bold } 
  .pink       { font-family: "Arial"; font-size: 14px; color: #FF69B4 }
  .LIImage    { list-style-image: url(Images/LIbullet3.gif); vertical-align: baseline; padding: 0 12 2 12} 
  .LIBullet   { list-style-type: disc }
  .LINone     { list-style-type: none }
  .LIheaderfont { font-family:"Arial"; font-size: 18px; text-align: center; color: #FF69B4; font-weight: bold }   
  .LIsubheaderfont { font-family:"Arial"; font-size: 16px; text-align: center; color: #FF69B4; font-weight: bold }  
  .LIcell     { padding-left: 100 }
  .C          { text-align: center }
  .L          { text-align: left }
  .top        { vertical-align: top }
  .mid        { vertical-align: middle }  
  .bot        { vertical-align: bottom }
  .PL10       { padding-left: 10 }  
  .PL40       { padding-left: 40 } 
  .PL80       { padding-left: 80 }
  .PL120       { padding-left: 120 }    
  .PT5        { padding-top: 5 }  
  .PT25       { padding-top: 25 }
  .PR40       { padding-right: 40 }    
  .PR10       { padding-right: 10 }    
  .PA10       { padding: 10 }
  .PA40       { padding: 40 }    
  .PA50       { padding: 50 }
  .ML15       { margin-left: 15 } 
  .ML80       { margin-left: 80 }  
  .IDESC      { font-style: italic; padding-left: 50; padding-bottom: 10 }

  input.BUTTON   { font-family :Tahoma, Verdana, Arial; 
                   font-size :11px; 
                   color :#000000; 
                   background-color: #dddddd;
                   text-align: center; 
                   cursor: hand;
                   border-style: outset;
                   font-weight: bold;
                   width: 50px;
                   height: 25px  
                 }  

  input.OBUTTON   { font-family :Tahoma, Verdana, Arial; 
                   font-size :11px; 
                   color :#000000; 
                   background-color: #FF69B4;
                   text-align: center; 
                   cursor: hand;
                   border-style: outset;
                   font-weight: bold;
                   width: 50px;
                   height: 25px  
                 } 
                                    
  a:link      {                                  /* for unvisited links */
                font-size: 14px;
                color: #ff66b4;   
              } 
   
  a:visited   {                                  /* for visited links */
                font-size: 14px;
                color: #ff66b4;    
              }
  a:active    {                                  /* when link is clicked */
                font-size: 14px;
                color: #ff66b4;    
              } 
  a:hover     {                                  /* when mouse is over link */
                font-size: 14px;
                color: #6BBDCC;  
              }            
  .14pt       { font-size: 14pt } 