body {background: #666 url(../img/body_bg.gif);}
body, table, input, select, textarea {
  font: 11px Arial, Helvetica, sans-serif;
  color: #dce1d5;
}
td, th {
  font-size: 1em;
}

a, a:link, a:visited {
  color: #bbbdab;
}
a:hover {
  color: #dce1d5;
}

h1, h2, h3, h4, h5, h6 {font-weight: normal; line-height: normal;}

h1 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
  color: #dce1d5;
}


h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 10px 0;
}
h2, h2 a, h2 a:link, h2 a:visited {
  color: #bbbdab;
}
h2 a:hover {
  color: #dce1d5;
}
h2 strong {color: #dce1d5;}


h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 10px 0;
}
h3, h3 a, h3 a:link, h3 a:visited {
  color: #bbbdab;
}
h3 a:hover {
  color: #dce1d5;
}


p {
  margin: 0 0 10px 0;
}

ul, ol {
  padding-left: 20px;
  margin: 0 0 10px 20px;
}

ul {
  list-style-image: url(../img/li.gif);
}

hr {
  border: 0;
  height: 1px;
  color: #999;
  background: #999;
}

div.hr {
  height: 1px;
  background: #999;
  margin: 10px 0;
  overflow: hidden;
}


/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}


/* invisible */
table.invisible td, table.invisible th {
  vertical-align: top;
}


/* printable */
#content table {margin-bottom: 10px;}
#content table td, #content table th {
  vertical-align: top;
  padding: 4px 8px;
  border: 1px solid #818380;
  border-width: 0 1px 1px 0;
}

#content table td.r {border-right: 0;}
#content table td.num {color: #b0b2b1; text-align: center; padding: 4px 6px;}


#content table p {
  margin: 0 0 5px 0;
}

#content table tr.cell1, #content table tr.cell1 td, #content table td.cell1 {
  background-color: #fff;
}
#content table tr.cell1 td, #content table tr.cell1 p, #content table td.cell1, #content table td.cell1 p {
}

#content table tr.cell2, #content table tr.cell2 td, #content table td.cell2 {
  background-color: #f5f5f5;
}
#content table tr.cell2 td, #content table tr.cell2 p, #content table td.cell2, #content table td.cell2 p {
}

#content table td.header, #content table tr.header td, #content table th {
  vertical-align: middle;
  border-bottom: 1px solid #999;
}

#content table .header a, #content table .header a:link, #content table .header a:visited, #content table .header a:hover, #content table .header a:active {
}