   body
   {
    background: #FFCC33;
   }
   table
   {
    font-family: Arial;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
   }
   .home
   {
     font-size: 12px;
   }
   .SubMenuText
   {
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
   }
   .SubMenuSelect
   {
    background: #B5B5B5;
   }
   .SubMenu
   {
    background: #D3D3D3;
   }
   .SubMenuOver
   {
    background: #B5B5B5;
   }
   .TextField
   {
    font-family: Arial;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background: #B5B5B5;
   }
   a
   {
    font-family: Arial;
    font-size: 16px;
    color: #000099;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
   }
   a:hover
   {
    color: #FF0000;
   }
   .ErrorMessage   
   {
    color: #FF0000;
   }
   .SuccessMessage
   {
    color: #009900;
   }
