body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}
.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #333333;
}
.tabletitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000099;
  background-color: #EEEEEE;
  padding: 4px;
  margin-bottom: 4px;
  border-bottom: solid 3px #FFFFFF;
}
.legal {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #CCCCCC;
  width: 100%;
  text-align: center;
}
.legal a, .legal a:visited {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #CCCCCC;
  font-weight: normal;
}
.legal a:hover {
  color: #888888;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000099;
  margin-bottom: 12px;
  border-bottom: solid 2px #000099;
}
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0px;
}
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000099;
  background-color: #EEEEEE;
  padding: 4px;
  margin-bottom: 4px;
}


input, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000099;
  background-color: #CCCCFF;
  border: solid 1px #000099;
  width: 210px;
  height: 30px;
}
.menu_hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000099;
  background-color: #FFFFFF;
  border: solid 1px #000099;
  width: 210px;
  height: 30px;
  cursor: hand;
}

a, a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #FF0000;
}

a.selected, a.selected:visited {
  color: #FF0000;
}

a.downloaded, a.downloaded:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #BB0000;
  text-decoration: none;
}
a.downloaded:hover {
  color: #FF0000;
}

a.unopened, a.unopened:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #00BB00;
  text-decoration: none;
}
a.unopened:hover {
  color: #00FF00;
}
