.RegularText
   {
      font-size: 14px; 
      color: #FFFFFF; 
      font-family: Arial;
   }
   
.RegularTextBold
   {
      font-size: 14px; 
      color: #FFFFFF; 
      font-family: Arial;
      font-weight: bold;
   }
   
.menubar
   {
      font-size: 16px; 
      color: #000000;
      font-style: italic; 
      font-family: Arial;
      font-weight: bold;
   }
   
.detailtable
   {
      font-size: 14px; 
      color: #000000;
      font-family: Arial;
      font-weight: bold;
   }   
   
.yellowtext
   {
      font-size: 20px; 
      color: #FFFFCC;
      font-style: italic; 
      font-family: Arial;
      font-weight: bold;
   }  
   
.blacktextbig
   {
      font-size: 20px; 
      color: #000000;
      font-style: italic; 
      font-family: Arial;
      font-weight: bold;
   }   
H1
   {
      font-size: 20px; 
      color: #000000;
      font-style: italic; 
      font-family: Arial;
      font-weight: bold;
   }     
   
.yellowtextsm
   {
      font-size: 14px; 
      color: #FFFFCC;
      font-style: italic; 
      font-family: Arial;
      font-weight: bold;
   }     
   
.brightyellowtextsm
   {
      font-size: 16px; 
      color: #FFFF66;
      font-family: Arial;
      font-weight: bold;
   }     
   
.brightyellowtext
   {
      font-size: 20px; 
      color: #FFFF66;
      font-family: Arial;
      font-weight: bold;
   }   
      
body
   {
      background-color: #454545;
   }

.menuheader
{
   font-size: 9pt;
   font-family: Arial;
   font-weight: bold;
	color: #FFFFFF;
}

a
{
   text-decoration: none;
   font-family: Arial;
   font-size: 12pt;
   font-weight: bold;
}
a:hover
{
   color: blue;
   text-decoration: underline;
   font-size: 12pt;
   font-family: Arial;
   font-weight: bold;
}