body {
  margin: 0;
  padding: 0;
  background: #fff;
}
body.index {
  background: url(../images/body.gif) repeat-x top;
}
body.default {
  background: url(../images/body-default.gif) repeat-x top;
}


body, td, th, input, textarea, select {
  font: 11px Tahoma, Geneva, Arial, Helvetica, sans-serif;
  color: #464646;
}


a, a:link {
  color: #0C86AE;
}
a:visited {
  color: #19637B;
}
a:hover {
  color: #19637B;
}


h1 {
  margin: 15px 0 14px 20px;
  padding: 0px;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
  font-weight: bold;
  text-transform: uppercase;
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #78797C;
}


h2 {
  margin: 10px 0 5px 0;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
  font-weight: bold;
  font-size: 14px;
  color: #78797C;
}


h3 {
  margin: 10px 0 5px 0;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
  font-weight: bold;
  font-size: 12px;
  color: #78797C;
}


p {
  margin: 0 0 10px 0;
}

ul, ol {
  padding-left: 22px;
  margin: 0 0 10px 22px;
}

ul {
  list-style-image: url(../images/li.gif);
}

hr {
  border: 0;
  height: 1px;
  color: #999;
  background: #999;
}



/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  vertical-align: top;
  padding: 0;
}

/* invisible */
table.none td, table.none th {
  padding: 4px 10px 4px 10px;
  vertical-align: middle;
  border-color: #000;
}



/* invisible */
table.invisible td, table.invisible th {
  vertical-align: top;
}


/* printable */
table.printable td, table.printable th {
  vertical-align: top;
  padding: 4px 10px 4px 10px;
  border-bottom: 1px dotted #FFE4B6;
}

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: #f5f5f5;
}
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 {
  vertical-align: middle;
  border-bottom: 1px solid #999;
}

table.printable .header a, table.printable .header a:link, table.printable .header a:visited, table.printable .header a:hover, table.printable .header a:active {
}
