.navfont
{
  color:white;
}
.navfont A:visited{color:yellow;}
.navfont A:link{color:lime;}
.navfont A:active{color:red;}

.lnkfont A:visited{color:navy;}
.lnkfont A:link{color:blue;}
.lnkfont A:active{color:red;}

.red
{
   color:red;
}

.strikeout
{
   text-decoration: line-through;
}

.bye
{
   text-decoration: line-through;
}

       .formTable {
         font-family:Georgia, Arial, Helvetica, sans-serif;
         background-color:lightgrey;
         margin: 2.0em;
       }

       .formTitle {
         font-family:Georgia, Arial, Helvetica, sans-serif;
         font-weight:bold;
         color:black;
         background-color:grey;
         text-align:left;
         font-size:100%;
       }

       .formSubTitle {
         font-family:Georgia, Arial, Helvetica, sans-serif;
         font-weight:normal;
         color:black;
         text-align:left;
         font-size:80%;
       }

      .formField {
        font-weight:bold;
        color:black;
        width:25%;
        font-size:90%;
      }

          .formMandatory {
            font-weight:bold;
            color:red;
          }
          .highlight {
            background-color:yellow;
            color:black;
          }

      .formRadio {
        font-weight:bold;
        color:black;
        font-size:70%;
      }

     .srchRadio {
       font-weight:bold;
       color:black;
       font-size:90%;
       padding: .2em 0 .2em .5em;
       margin: 0;
       background-color:lightblue;
     }

     .indentRadio {
       margin: 0;
       padding: 0 0 0 1em;
       background: white;
     }

