html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
}

body, td {	
  font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #75808B;
}


a, a:link {
  color: #4E5E63;
}
a:visited {
  color: #4E5E63;
}
a:hover {
  color: #4E5E63;
}


h1 {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  background: transparent url(/img/h1.gif) no-repeat left bottom;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
  font-weight: bold;
  font-size: 15px;
  color: #75808B;
}


h2 {
  margin: 6px 0 5px 0;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
  font-weight: bold;
  font-size: 13px;
  color: #75808B;
}


h3 {
  margin: 6px 0 5px 0;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
  font-weight: bold;
  font-size: 11px;
  color: #75808B;
}


p {
  margin: 0 0 10px 0;
}


ul, ol {
  margin-top: 0;
  padding-top: 0;
  margin-left: 20px;
  padding-left: 20px;
}

li {
  color: #75808B;
}


ul li {
  list-style-image: url(/img/li.gif);
}

.fix ul li {
  list-style-image: url(/img/li_f.gif);
}

hr {
  height: 1px;
  color: #337FC1;
  background: #337FC1;
  border: none;
}



/* invisible */
table.invisible, table.invisible td {
  border: none;
}


/* printable */
table.printable {
  border-collapse: collapse;
}

table.printable td, table.printable th, table.printable p, table.printable li {
}

table.printable td, table.printable th {
  color: #59696E;
  vertical-align: top;
  padding: 2px 2px 2px 5px;
  border: 1px solid #E5F5FA;
}

table.printable li, table.printable li {
}

table.printable p {
  margin: 0 5px 5px 0;
}

table.printable tr.cell1, table.printable tr.cell1 td, table.printable td.cell1 {
}
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 {
}
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 {
  border-top: 3px solid #859CA3;
  vertical-align: middle;
  background-color: #E5F5FA;
}

table.printable td.header, table.printable tr.header td, table.printable th,
table.printable td.header p, table.printable tr.header p, table.printable th p {
  color: #59696E;
}

table.printable tr.header a:link, table.printable tr.header a:visited, table.printable tr.header a:hover, table.printable tr.header a:active,
table.printable td.header a:link, table.printable td.header a:visited, table.printable td.header a:hover, table.printable td.header a:active {
  color: #59696E;
}
