  ul {
    margin-top: 10px;
    margin-left: 45px;
    margin-bottom: 10px;
  }

  hr {
    border: 2px dotted #999;
  }

  h1, h2, h3, h4 {
    color: #9D0505;
    margin: 0;
  }

  input {
    font-size: 11px;
    color: #5F5F37;
  }

  input.button {
    color: #5F5F37;
    font-size: 14px;
    font-weight: bold;
  }

  div.header {
    background-color: #69583D;
    background-position: top left;

    color: #FFF;

    padding: 20px;
    padding-bottom: 0px;
    border-bottom: 10px solid red;
  }

  td.container {
    background-image: url(/images/woodbg_3.jpg);
    padding: 10px;
    border: 2px solid #000;
    border-top: 0;
    border-bottom: 0;
  }

  .content {
    background-color: #FFF;
    padding: 20px;
    border: 1px solid #000;
  }

  .header {
    font-size: 18px;
    font-weight: bold;
    font-family: Tahoma;
    color: #660000;
  }

  .subheader {
    font-size: 14px;
    font-weight: bold;
    font-family: Tahoma;
    color: #004400;
  }

  /* Shadow effect classes */
  .shadow     { font-family: Tahoma, Arial; position: relative; left: 1px; top: 1px; font-weight: bold; color: #CCCCCC; margin: 0px; }
  .shadowtext { font-family: Tahoma, Arial; position: absolute; left: -2px; top: -2px; font-weight: bold; color: #9D0505; margin: 0px; }