body, table, td {
    font-family: Helvetica;
    font-size: 13px;
    color: #000000;
  }


.maintitle {
    color: #ff0000;
    font-weight: bold;
    font-size: 24px;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
    line-height: 100%;
  }


.undertitle {
    font-style : italic;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
    line-height: 100%;
    color: #ff0000;
    font-weight: bold;
  }


a, a:visited, a:link, a:active, .at, .at:visited, .at:link, .at:active {
    color: #808080;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
  }


a:hover {
    text-decoration: underline;
    color: #000000 ;
  }


.at:hover {
    text-decoration: underline;
    color: #000080;
  }


.main_table {
    max-width : 80%;
  }

