/******** General *******/
a:link {
  text-decoration: none;
  color: #6C82B2;
}

a:visited {
  text-decoration: none;
  color: #6C82B2;
}

a:hover {
  text-decoration: none;
  color: #E5842C;
}

a:active {
  text-decoration: none;
  color: #6C82B2;
}

body {
  background-color: #000066;
  background-image: url(../images/bk2.gif);
  font-family: "Tahoma";
  font-size: 8pt;
  padding: 0px 0px 0px 0px;
  
}

td {
  font-family: "Tahoma";
  font-size: 8pt;
  padding: 0px 0px 0px 0px;
}

.header {
  font-family: "Tahoma";
  font-size: 12pt;
  font-weight: bold;
}

.tableheaderwhite {
  background-color: #FFFFFF;
  font-family: "Tahoma";
  font-size: 8pt;
  font-weight: bold;
}

.tableheader{
  background-color: #E5842C;
  font-family: "Verdana";
  font-size: 8pt;
  font-weight: bold;
}

.doublebordercell {
  font-family: "Verdana";
  font-size: 8pt;
  border-color: #000000;
  border-collapse: collapse;
  border-style: double;
  border-width: 3px;
}

.singlebordercell {
  font-family: "Verdana";
  font-size: 8pt;
  border-color: #000000;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
}

.formstyle{
  font-family: "Tahoma";
  font-size: 8pt;
  color: #800000;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}
