body, table, input, select, textarea {
  font: 13px/16px Tahoma, Geneva, Arial, Helvetica, sans-serif;
  color: #424a4b;
}
small {font-size: 10px;}
td, th {
  font-size: 1em;
}

a, a:link, a:visited {
  color: #06c;
}
a:hover {
  color: #06c;
}

h1, h2, h3, h4, h5, h6 {font-weight: normal; line-height: normal;}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
h1, h1 a, h1 a:link, h1 a:visited {
  color: #424a4b;
}
h1 a:hover {
  color: #06c;
}


h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 15px;
}
h2, h2 a, h2 a:link, h2 a:visited {
  color: #424a4b;
}
h2 a:hover {
  color: #06c;
}


h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 15px;
}
h3, h3 a, h3 a:link, h3 a:visited {
  color: #424a4b;
}
h3 a:hover {
  color: #06c;
}


p {
  margin: 0 0 15px 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: #cacaca;
  background: #cacaca4;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* invisible */
table.invisible td, table.invisible th {
  vertical-align: top;
}


/* visible */
table.visible {
  margin-bottom: 15px;
}
table.visible td, table.visible th {
  font-size: 11px;
  text-align: center;
  vertical-align: middle`;
  border: 1px solid #cacaca;
  border-width: 0 1px 1px;
  padding: 2px 6px;
}

table.visible td.left, table.visible th.left {
  text-align: left;
}

table.visible p {
  margin: 0 0 5px 0;
}

table.visible tr.odd, table.visible tr.odd td, table.visible td.odd {
}
table.visible tr.odd td, table.visible tr.odd p, table.visible td.odd, table.visible td.odd p {
}

table.visible tr.even, table.visible tr.even td, table.visible td.even {
  background-color: #f2f2f2;
}
table.visible tr.even td, table.visible tr.even p, table.visible td.even, table.visible td.even p {
}

table.visible td.header, table.visible tr.header td, table.visible th {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  border: 1px solid #8f8f8f;
  border-width: 0 1px;
  background: #424a4b url(img/stripes.gif) repeat 0 2px;
}

table.visible .header a, table.visible .header a:link, table.visible .header a:visited, table.visible .header a:hover, table.visible .header a:active {
}
