html, body, td {
 margin: 10px;
 padding: 0;
 color: #000;
 font-size: 0.8em;
 line-height: 140%;
 font-family: Arial, Helvetica, Sans-Serif;
}

body {
 background-color: #FFF;
}

a:link {
 color: #1669A8;
 text-decoration: none;
}

a:visited {
 color: #297EBF;
 text-decoration: none;
}

a:hover {
 color: #297EBF;
 text-decoration: underline;
}

h1 {
 font-size: 1.4em;
}

h2 {
 font-size: 1em;
}

h3 {
 font-size: 1em;
}

.small {
 font-size: 0.8em;
 font-color: gray;
}

.row_hv {
 background-color: #E8E8E8;
}

.row_no {
 background-color: transparent;
}

/* REITER-NAV *********************************************************/

.tabOn { 
  height: 25px;
  white-space: nowrap;
  margin: 0;
  padding: 0 6px 0 6px;
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.tabOff {
 background: #E2E2E2;
 white-space: nowrap;
 padding: 0 6px 0 6px;
 border-top: 1px solid #000;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 border-left: 1px solid #000;
}

.tabOff a:link, .tabOff a:visited, .tabOff a:hover {
 color: #000;
 text-decoration: none;
}

.tabZw {
 white-space: nowrap;
 border-top: 0;
 border-right: 0;
 border-bottom: 1px solid #000;
 border-left: 0;
}