body {
  margin: 0px;
  font-family: Verdana, Helvetica, Arial;
  font-size: 10pt;
  background-color: #353535;
}
a {
 text-decoration: none;
 color: darkblue;
}
a:hover {
 text-decoration: underline;
 color: blue;
}
a.ext:hover {
 text-decoration: underline;
 color: gray;
}

h1 {
  background-image: url(pics/bg_h1.png);
  background-repeat: no-repeat;
  font-size: 24px;
  height: 40px;
  padding: 4px;
  text-indent: 16px;
}
h3 {
  background-image: url(pics/bg_h3.png);
  background-repeat: no-repeat;
  font-size: 16px;
  height: 30px;
  padding: 4px;
  text-indent: 12px;
}

img {
  border: 0;
  vertical-align: middle;
}

td {
 font-size: 10pt;
}
td.c {
 text-align: center;
}
td.content {
 background-color: white;
}
td.footer {
 background-image: url(pics/bg_menu.jpg);
 height: 20px;
 font-size: 11px;
 color: gray;
 text-align: center;
}
td.header {
 background-image: url(pics/bg_head.jpg);
}
td.menu {
 font-size: 11px;
 font-weight: bold;
 background-image: url(pics/bg_menu.jpg);
 background-repeat: repeat-x;
 height: 20px;
 text-align: center;
}
td.separator {
 background-image: url(pics/separator.gif);
 height: 20px;
 width: 2px;
 background-repeat: no-repeat;
}
th {
  font-size: 10pt;
}