  .bodytext {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: black;
  }
  .small {
    font-family: Verdana, Arial;
    font-size: 10px;
    color: black;
  }
  .heading {
    font-family: Verdana, Arial;
    font-size: 17px;
    font-weight: bold;
    color: black;
  }
  .errorRow {
    background-color: #FFCCCC;
  }
  .tableOutline {
    background-color: #CCCCCC;
  }
  .errorTableHead {
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    color: black;
  }
  .table {
    background-color: white;
  }
  
  .messageTable {
    background-color: yellow;
  }
  .templateMenu {
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 10px;
    color: white;
  }
  .templateMenuLink {
    color: white;
    text-decoration: none;
  }
  .templateFooter {
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 10px;
    color: white;
  }
  .templateFooterLink {
    color: white;
  }
  .adminHeading {
    font-family: Verdana, Arial;
    font-size: 17px;
    font-weight: bold;
    color: white;
    background-color: #663333;
  }
  .adminSectionHead {
    font-family: Verdana, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #663333;
  }
  .adminSubhead {
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bold;
    color: black;
  }
  .adminMenu {
    font-family: Verdana, Arial;
    font-weight: normal;
    font-size: 10px;
    color: white;
    background-color: #6699CC;
    text-decoration: none;
  }


