
  h1 {
    padding: 0 0 10px 0;
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #a6192f;
  }
  
    h1.imageheader {
      margin: 0;
      overflow: hidden;
      height: 14px;
      text-indent: 999em;
      white-space: nowrap;
      background-repeat: no-repeat;
    }
    h2.imageheader {
      overflow: hidden;
      height: 16px;
      text-indent: 999em;
      white-space: nowrap;
      background-repeat: no-repeat;
      padding: 0 0 5px 0;
      margin: 20px 0 10px 0;
      border-bottom: 1px solid #a6192f;
    }
    h3.imageheader {
      overflow: hidden;
      height: 16px;
      text-indent: 999em;
      white-space: nowrap;
      background-repeat: no-repeat;
      padding: 0 0 9px 0;
      margin: 5px 0 10px 0;
    }
    
  p {
    font-size: 12px;
    line-height: 19px;
  }
  
    div.contentMain p {
      margin: 0 0 10px 0;
    }  
  
    p a {
      white-space: nowrap;
    }
  
    p a:link,
    p a:visited {
      font-style: italic;
      color: #a6192f;
      text-decoration: none;
      padding: 2px 5px;
      
    }
    p a:hover,
    p a:active {
      font-style: italic;
      color: #ffffff;
      text-decoration: none;
      background-color: #a6192f;
      padding: 0px 5px 0px 5px;
      
    }
    
  .bigger {
    font-size: 14px;  
  }
  .maxi {
    font-size: 18px;  
  }
  
  .bold {
    font-weight: bold;
  }
  
  .italic {
    font-style: italic;
  }
  
  .biggerBoldItalic {
    font-size: 14px;  
    font-weight: bold;
    font-style: italic;
  }
  
  .lineSmall {
    line-height: 14px;
  }
  
  .red {
    color: #A6192F;
  }
  
  .textRight {
    text-align: right;
  }
  
  .info {
    font-weight: bold;
    font-style: italic;
    line-height: 12px;
    padding: 0 10px 0 10px;
    margin: 10px 0 15px  0;
    float: left;
  }
    .info-first {
      font-weight: bold;
      font-style: italic;
      line-height: 12px;
      padding: 0 10px 0 0;
      margin: 10px 0 15px  0;
      float: left;
    }
  
