  body
  {
    background-image: url('../gfx/background.png');
    background-repeat: repeat-x;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .main
  {
    font-family: Verdana;
    font-size: 11px;
    color: #193139;
    line-height: 130%;
  }

  .headline_text
  {
    font-family: Verdana;
    font-size: 14px;
    color: #193139;
    line-height: 130%;
  }

  .headline
  {
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    color: #193139;
    text-decoration:none;
  }

  a.headline
  {
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    color: #193139;
    text-decoration:none;
  }

  a.headline:hover
  {
    text-decoration:underline;
  }
  
  .headliner
  {
    text-align: left;
    font-family: Verdana;
    font-size: 18px;
    color: #193139;
    font-weight: bold;
    text-decoration:none;
  }
  
  .content
  {
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    color: #193139;
    margin: 5px 5px 5px 9px;
    text-decoration:none;
  }

  a.content
  {
    font-family: Verdana;
    font-size: 11px;
    color: #193139;
    margin: 0px 0px 0px 0px;
    text-decoration:none;
  }

  a.content:hover
  {
    text-decoration:underline;
  }

  .header
  {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #193139;
    text-align: left;
  }

  a.header
  {
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #193139;
    text-align: left;
    text-decoration:none;
  }

  a.header:hover
  {
    text-decoration:underline;
  }

  .superheader
  {
    text-align: left;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    background: #193139;
    text-decoration: none;
    height:20px;
    line-height: 1.75em;
  }
  
  a.superheader
  {
    text-decoration: none;
  }
 
  a.superheader:hover
  {
    text-decoration: underline;
  }