
.header {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.textsmall {
  color: white;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}

.textsmall a:link {
 color: white;
 text-decoration: underline;
 }
 
.textsmall a:visited {
 color: white;
 }

.textsmall a:hover {
 color: white;
 }
 
.textsmall a:active {
 color: white;
 }

body, table, td, th {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

a:link {
  color: #00008B;
  text-decoration: none;
}

a:visited {
  color: #00008B;
  text-decoration: none;
}

a:hover {
  color: #990000;
  text-decoration: underline;
}

a:active {
  color: #990000;
  text-decoration: underline;
}

.btnSubmit
{
    font-weight: bold;
    font-size: 8pt;
    font-family: verdana
}
