body {
        background-color: white;
        margin: 0px 0px 0px 0px;
}

table.stat {
  margin: 20px 0px 0px 20px;
}
td.stat_header {
  font-size: 8pt;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  font-family: Tahoma;
  border-bottom: 1px solid #FEA847;
  padding: 0px 0px 5px 0px;
  text-align: center;
}
td.stat_name {
  font-size: 8pt;
  font-weight: bold;
  white-space: nowrap;
  font-family: Tahoma;
  text-align: center;
}
td.stat_nums {
  font-size: 8pt;
  text-align: center;
  white-space: nowrap;
  font-family: Tahoma;
  padding: 0px 5px 0px 5px;
}

.title {
        color: black;
        font-family: Arial;
        font-size: 15px;
        font-weight: bold;
}
.yellow {
        background-color: #FFE5C7;
        font-family: Arial;
        font-size: 11px;
        color: black;
        padding: 2px 2px 2px 2px;
}
.simple {
        font-family: Arial;
        font-size: 11px;
        color: black;
}
.blue2 {
        background-color: #EAEAF5;
        font-family: Verdana;
        font-size: 10px;
        color: black;
        padding: 0px 2px 0px 2px;
}
.blue {
        background-color: #D9D9E4;
        font-family: Verdana;
        font-size: 10px;
        color: black;
        padding: 0px 2px 0px 2px;
}
.gray {
        background-color: #BBBBBB;
        font-family: Verdana;
        font-size: 10px;
        color: black;
        padding: 2px 2px 2px 2px;
}
.menu {
        color: #FF9933;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
}
.active {
        background-color: #FFEEDA;
}
span.title_links {
  font-weight: normal;
  font-size: 8pt;
}
.date {
        color: #FF9933;
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        padding: 0px 5px 0px 0px;
}
.stats {
        color: black;
        font-family: Arial;
        font-size: 11px;
        padding: 0px 5px 0px 0px;
}
.f_content {
        font-size: 11px;
        color: #000000;
        font-family: arial;
}
.f_input {
        font-size: 11px;
        color: #000000;
        font-family: arial;
}
.f_error_title {
        font-size: 12px;
        font-weight: bold;
        color: red;
        font-family: arial;
}
.f_error_content {
        font-size: 11px;
        color: red;
        font-family: arial;
}
.print {
        font-size: 12px;
        color: black;
        font-family: Times;
}
.print10 {
        font-size: 11px;
        color: black;
        font-family: Times;
}
a:link {
        color: #FF9933;
        text-decoration: none;
}
a:active {
        color: #FF9933;
        text-decoration: none;
}
a:visited {
        color: #FF9933;
        text-decoration: none;
}
a:hover {
        color: #FF9933;
        text-decoration: underline;
}

a.white:link {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 8pt;
}
a.white:active {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 8pt;
}
a.white:visited {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 8pt;
}
a.white:hover {
        color: #FFFFFF;
        text-decoration: underline;
        font-size: 8pt;
}
