body {
  margin: 0;
  padding: 0;
  text-align: center;
}


body, td, th, input, textarea, select {
  font: 12px Tahoma, Arial, Geneva, Helvetica, sans-serif;
  color: #335897;
}


a, a:link {
  color: #335897;
}
a:visited {
  color: #676767;
}
a:hover {
  color: #830c25;
}


h1 {
  margin: 0 0 10px 0;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
  font-weight: normal;
  font-size: 20px;
  color: #891129;
  font-family: "Trebuchet MS";
}


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: #363636;
}


h3 {
  margin: 10px 0 5px 0;
}
h3, h3 a:link, h3 a:visited, h3 a:hover {
  font-weight: bold;
  font-size: 12px;
  color: #363434;
}
h3 a:link,
h3 a:visited {color: #363434}
h3 a:hover {color: #891129}


p {
  margin: 0 0 10px 0;
}

ul, ol {
  padding-left: 22px;
  margin: 0 0 10px 22px;
}

ul {
  list-style-image: url(/img/li.gif);
}

hr {
  border: 0;
  height: 1px;
  color: #999;
  background: #999;
}



/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  vertical-align: top;
}


/* invisible */
table.invisible td, table.invisible th {
  vertical-align: top;
}


/* printable */
table.printable td, table.printable th {
  vertical-align: top;
  padding: 8px 10px;
  background: url(/img/printable/dash.gif) repeat-x left bottom
}  

table.printable p {
  margin: 0 0 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 {
  font-weight: bold;
  font-size: 12px;
  color: #82122A;
  background: url(/img/printable/dash-header.gif) repeat-x left bottom
}

table.printable .header a, table.printable .header a:link, table.printable .header a:visited, table.printable .header a:hover, table.printable .header a:active {
}


.content_tab td {
 border:1px solid #FFFFFF;
 padding:5px;
}