  body, tr, td, p {
    font-family: Tahoma, Verdana, Helvetica, MS Sans Serif, Arial;
    font-size: 12px;
  }
  
  .bottomer {
    background: url('/img/footer_bg.gif') repeat-x fixed bottom;
    text-align: right;
    font-family: Tahoma, Verdana, Helvetica, MS Sans Serif, Arial;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px 10px 0;
  }

  .title {
    margin: 0 0 10 0;
    padding: 0 0 0 0;
    font-family: Arial, Tahoma, Verdana, Helvetica, MS Sans Serif, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #b3001a;
    top: -2px;
    position: relative;
    z-index: 1000;
  }
  
  h1, .h1, a.h1 {
    margin: 0 0 10 0;
    padding: 0 0 0 0;
    font-family: Arial, Tahoma, Verdana, Helvetica, MS Sans Serif, Arial;
    font-size: 15px;
    color: #b3001a;
    line-height: 15px;
  }
  
  h2, .h2, a.h2 {
    margin: 0 0 10 0;
    padding: 0 0 0 0;
    font-family: Arial, Tahoma, Verdana, Helvetica, MS Sans Serif, Arial;
    font-size: 13px;
    color: #b3001a;
    line-height: 13px;
  }
  
  h3, .h3, a.h3 {
    margin: 0 0 10 0;
    padding: 0 0 0 0;
    font-family: Arial, Tahoma, Verdana, Helvetica, MS Sans Serif, Arial;
    font-size: 12px;
    color: #b3001a;
    line-height: 12px;
  }
  
  .menu_td {
    background-color: #e5e3f0;
  	background-image: url('/img/menu_bg.gif');
  	background-position: bottom;
  	background-repeat: no-repeat;
  }
  
  .menu_td table.menu_table#current tr td.pre_menu {
    background-color: #b3001a;
  }
  .menu_td table.menu_table#current tr td.pre2_menu {
    background-color: #ffffff;
  }
  .menu_td table.menu_table#current tr td.menu {
    background-color: #ffffff;
  }
  .menu_td table.menu_table#current tr td.post_menu {
    background-color: #ffffff;
  }
  
  .menu_td table.menu_table tr td.menu a {
    text-align: right;
    color: #2e4899;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
  }
  
  .menu_td table.menu_table {
    margin: 0 0 5 0;
  }
  
  ul, ol {
    padding: 0 0 0 0;
    margin:  0 0 0 30;
  }
  
  .date {
    color: #b3001a;
  }
  
  hr {
  
  }
  
  p {
    text-align: justify;
  }