body,p,td,th,h1,h2,h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}
body {
  background: #FFFFFF;
  margin: 10px 0px 0px 20px;
}
p,td,th {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}
ul {
  margin-top: 6px;
  /*margin-left: 10px;*/
}
ol {
  margin-top: 6px;
  /*margin-left: 10px;*/
}
li {
  margin-top: 5px;
  margin-bottom: 2px;
}
th {
  font-weight: bold;
}
h1 {
  font-size: 16px;
  font-weight: bolder;
  line-height: normal;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}
h3 {
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
}
a {
  color: #0054a5;
}
a:hover {
  color: #9e0b0e;
  text-decoration: underline;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #275B69;
}

.large {
  font-size: 1.15em;
}
.larger {
  font-size: 1.4em;
}
.small {
  font-size: .9em;
}
.smaller {
  font-size: .83em;
}

.header {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 10px;
}

.tab_cell {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 8pt;
  padding-top: 2px;
  padding-left: 8px;
  padding-bottom: 1px;
  padding-right: 6px;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 0px;
  border-right-width: 1px;
  border-color: #648D9F;
  text-transform: uppercase;
}
.tab_space {
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 1px;
  border-right-width: 0px;
  border-color: #648D9F;
}
.tab_link {
  color: #000000;
  text-decoration: none;
}
.tab_link:hover {
  color: #000000;
  text-decoration: none;
}
#tab_black {
  color: #000000;
}
#tab_white {
  color: #FFFFFF;
}

.subheader {
  font-size: 14px;
  font-style: normal;
  font-weight: bolder;
  color: #CC0000;
  margin-top: 18px;
  margin-bottom: 20px;
  line-height: normal;
}

.caption {
  padding-top: 6px;
  padding-left: 0px;
  padding-bottom: 12px;
  padding-right: 0px;
}

.cell {
  font-size: 12px;
  padding-top: 0px;
  padding-left: 6px;
  padding-bottom: 0px;
  padding-right: 6px;
}

.button_cell {
  background-color: #CCCCCC;
  border-width: 1px;
  border-color: #000000;
  border-style: outset;
}
.button {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding: 2px 10px 2px 10px;
  display: block;
}
.button:link {
  background-color: none;
}
.button:hover {
  color: #FFFFCC;
  background-color: #275B69;
  text-decoration: none;
}
#button_disabled {
  color: #999999;
  cursor: default;
}
.button_button {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  background-color: transparent;
  text-align: center;
  border-style: none;
}
.button_button:hover {
  color: #FFFFCC;
  background-color: #275B69;
  text-decoration: none;
}
#button_hilite {
  color: #FFFFCC;
  text-decoration: underline;
}

.heading {
  font-weight: bold;
}

.subheading {
  font-size: 11px;
  color: #666666;
}

.copyright {
  font-weight: normal;
  font-size: 11px;
  color: #818181;
  text-decoration: none;
}
.copyright:link {
  color: #0054a5;
  text-decoration: none;
}
.copyright:visited {
  color: #0054a5;
  text-decoration: none;
}
.copyright:active {
  color: #0054a5;
  text-decoration: none;
}
.copyright:hover {
  color: #0054a5;
  background-color: #FFFFFF;
  text-decoration: underline
}

.print {
  padding-top: 2px;
  padding-left: 6px;
  padding-bottom: 2px;
  padding-right: 6px;
  border-color: #AAAAAA;
  border-width: 1px;
  border-style: dotted;
}

.counter {
  font-size: 9px;
  border-width: 1px;
  background-color: #EEEEEE;
}

.view td {
  font-size: 12px;
  line-height: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
}