body {
  font-family: Verdana;
  font-size: x-small;
  background: #7F9A71;
}

p {
  font-family: Verdana;
  font-size: 10pt; 
}

table {
  font-family: Verdana;
  font-size: 10pt;
}

tr.blue {

  background: #50596D;
  color: white;
}

tr.beige {

  background: #F5ECE2;
  color: black;
}

tr.ltgreen {

  background: #E2E3D9;
  color: black;
}

tr.orange {

  background: #FF9933;
  color: black;
}

tr.altblue {

  background: #336699;
  color: white;
}

tr.offset {
  background: #EEEEE6;
}


#headertable {
  border-style: solid;
  border-color: #7F9A71;
  border-top: none;
  border-bottom: none;

}

ul {
  list-style: square outside url('../images/fvr_bullet.gif');
  margin-bottom: 2px;
  margin-left: 20px;
  font-size: 12px;
}

li {

  margin-bottom: 8px;

}

ul.a {
  list-style: square outside url('../images/fvr_bullet.gif');
  margin-left: 12px;
}

A {text-decoration: none;}
A:link {color: black;}
A:active {color: black;}
A:visited {color: black}
A:hover {color: red;}

A.white {text-decoration: none;}
A.white:link {color: #FFFFFF;}
A.white:active {color: #000000;}
A.white:visited {color: #FFFFFF;}
A.white:hover {color: #FF9933;}
