body {
  background-color: white;
  color: #024182;
  font-family: Verdana, Helvetica;
  font-size: 8pt;
}

td {  
  color: #024182;
  font-family: Verdana, Helvetica;
  font-size: 8pt;
}

td.yellow {
  background-color: #FFFCAA;
}

td.blue {
  background-color: #024182;
  color: white;
  font-weight: bold;
}

td.lightblue {
  background-color: #75C5F0;
}

td.lightblue1 {
  background-color: #8EDEFF;
}

td.lightblue2 {
  background-color: #DDF3FF;
}

td.green {
  background-color: #84C225;
}

td.green1 {
  background-color: #9DDB3E;
}

td.orange {
  background-color: #E77817;
}

td.orange1 {
  background-color: #FF9130;
}

td.red {
  background-color: #DA251D;
}

td.red1 {
  background-color: #F33E36;
}

.greyborder {
  border: solid 1px #E5E5E5;
}

a:link, a:visited,
a:active, a:hover {  
  color: #024182;
  font-family: Verdana, Helvetica;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}

a.top:link, a.top:visited,
a.top:active, a.top:hover {  
  color: #7E7E7E;
  font-family: Verdana, Helvetica;
  font-size: 7pt;
  font-weight: lighter;
  text-decoration: none;
}

a.menu:link, a.menu:visited,
a.menu:active, a.menu:hover {  
  color: white;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

a.sub:link, a.sub:visited,
a.sub:active, a.sub:hover {    
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  font-weight: lighter;
  text-decoration: none;
}

.title {
  font-family: Georgia, Times New Roman;
  font-weight: bold;
  font-size: 14pt;
  color: #024182
}

.button {
  background-color: #024182;
  font-family: Verdana, Helvetica;
  font-size: 8pt;
  font-weight: bold;
  color: white
}

input, select, option, textarea {
  color: #024182;
  font-family: Verdana, Helvetica;
  font-size: 8pt;  
}

.blueborder {
  border: solid 1px #024182;
}

