body {
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: center;
}


body, td, th, input, textarea, select {
  font: 11px Tahoma, Geneva, Arial, Helvetica, sans-serif;
  color: #5D5D5D;
}


a:link {
  color: #5D5D5D;
}
a:visited {
  color: #5D5D5D;
}
a:hover {
  color: #fff;
  background: #039FC5;
}

pre {text-align: left}

h1 {
  margin: 5px 0 3 0px; text-transform: uppercase;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #585858;
}

h2 {
  margin: 0px;
  padding: 4px 7px
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #585858;
  background: #e1e6e6;
}

h3 {
  margin: 10px 0 5px 0;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  color: #585858;
}

h4 {
  margin: 3px 0;
  padding: 4px 7px
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: #585858;
  background: #e1e6e6;
}


p {
  margin: 0 0 10px 0;
}

ul, ol {
  padding-left: 40px;
  margin: 0 0 10px 0;
}

ul {
  list-style-image: url(/img/li.gif);
}

hr {
  margin: 7px 0 3px 0;
  border: 0;
  height: 1px;
  color: #ddd;
  background: #ddd;
}

.holder {width: 996px; position: relative; margin: 0 auto}

/* table */
table.ord {
  border-collapse: collapse;
  border-spacing: 0;
}

table.ord td, th {
  padding: 0;
  vertical-align: top;
}

td {vertical-align: top}


/* invisible */
table.invisible td, table.invisible th {
  vertical-align: top;
  padding: 4px 8px 6px 0
}

table.invisible .header td, table.invisible header th {
  vertical-align: top;
  padding: 4px 4px 6px 4px;
  background: #E1E6E6;
}

/* printable */
table.printable td, table.printable th {
  vertical-align: top;
  padding: 7px 15px;
  border: 1px solid #ddd;
}

table.printable p {
  margin: 0 0 5px 0;
}

table.printable tr.cell1, table.printable tr.cell1 td, table.printable td.cell1 {
  background-color: #fff;
}
table.printable tr.cell1 td, table.printable tr.cell1 p, table.printable td.cell1, table.printable td.cell1 p {
}

table.printable tr.cell2, table.printable tr.cell2 td, table.printable td.cell2 {
  background-color: #f9f9f9;
}
table.printable tr.cell2 td, table.printable tr.cell2 p, table.printable td.cell2, table.printable td.cell2 p {
}

table.printable td.header, table.printable tr.header td, table.printable th {
  color: #585858;
  vertical-align: middle;
  font-weight: bold;
  background: #E3E3E3;
  border: 1px solid #CCC;
}

table.printable .header a, table.printable .header a:link, table.printable .header a:visited, table.printable .header a:hover, table.printable .header a:active {
}

.tblHH {width: 100%; border-spacing: 1px; }
.tblHH .headHH td {width: 16%; text-align: center; background-color: #EFF1F1}
.tblHH .val td {text-align: center; background-color: #F7FAF9; font-weight: bold}
.tblHH .vals {background-color: #F7FAF9}
.tblHH .bg {background-color: #fff}
.tblHH td {padding: 4px 4px 6px 4px !important}

.req {color: #F00}
.black {color: #000}
