    
    body {
      font-family: Arial, Helvetica, Sans-Serif;
    }
    input {
      background-color: #99B3CC;
      color: #F9F7F3;
      font-weight: bold;
    }

    input:disabled {
      background-color: #BAC3CC;
    }
    a {
      color: #0A559D;
    }
     a:hover { 
      color:#9D0A0A;
    }
    .textinput {
      background-color: white;
      color: black;
      font-weight: normal;
    }
    h1 {
      text-align: center;
      padding-top: 5px;
      margin-top: 0px;
      margin-bottom: 0px;
    }
    .m {
      width: 600px;
      height: 400px;
    }
    .e {
      position: absolute;
      background-color: white;
      z-index: 10;
      visibility: hidden;
      border: 1px solid black;
    }
    .preview {
      z-index: 20;
      position: absolute;
      background-color: white;
      width: 250px;
      height: 100px;
      visibility: hidden;
      border: 1px solid black;
      text-align: left;
      padding: 10px;
      margin: 25px;
    }
    .s {
     background-color: white;
      z-index: -10;
      position: absolute;
      visibility: hidden;
      border: 1px solid black;
      text-align: left;
      padding: 10px;
    }

    .container {
      text-align: right;
      font-size: 12px;
      border: 1px solid gray;
      padding: 25px 25px 25px 25px;
      margin-bottom: 20px;
    }

    .instructions {
      color: gray;
      font-size: 12px;
      visibility: hidden;
      display: none;
    }
    .editHeader {
      float: left;
      font-weight: bold;
      text-align: left;
      border-bottom: 1px solid black;
      width: 245px;
      padding-top: 2px;
      padding-bottom: 2px;
      padding-right: 5px;
      background-color: #e0e0e0;
    }

    .editHdl {
      float: left;
      padding-left: 5px;
    }

    .close {
      float: right;
      text-align: right;
      border: 1px solid red;
      padding: 1px 1px 1px 1px;
    }

    .close a {
      color: red;
      text-decoration: none;
    }

    .editBody {
      text-align:left;
      float: left;
      padding: 5px 5px 5px 5px;
    }

    .plinks {
      font-size: 11pt;
      padding-bottom: 5px;
      text-align: left;
    }
    .links {
      padding-top: 5px;
      font-size: 11pt;
      padding-bottom: 5px;
      text-align: right;
    }

    .initial {
    }

    .search {
      padding-top: 10px;
      padding-bottom: 30px;
    }

    .tips {
      font-size: 12px;
    }

    .header {
      padding-bottom: 5px;
      text-align: right;
      font-size: 14px;
    }

    .buttons {
      text-align: center;
      width: 250px;
    }
    .plinks a {
      text-decoration: none;
      color: #0A559D;
    }
    .links a {
      text-decoration: none;
      color: #0A559D;
    }
    .ma {
      font-size: 12pt;
      font-weight: bold;
      padding-bottom: 5px;
      padding-top: 5px;
    }
 
    .mas {
      font-size: 10pt;
      padding-bottom: 5px;
      padding-top: 5px;
    }
 
    .mah {
      font-size: 12pt;
      padding-bottom: 1px;
      border-bottom: 1px solid gray;
    }
 
    .mah a {
      text-decoration: none;
      color: #0A559D;
    }

    .ma a {
      text-decoration: none;
      color: #0A559D;
      background-color:white;
      font-size: 10pt;
      border: 1px solid #0A559D;
      border-right: 2px solid #0A559D;
      border-bottom: 2px solid #0A559D;
      padding: 2px;
    }

    .ma a:hover {
      color: #9D0A0A;
      background-color:white;
      border: 1px solid #9D0A0A;
      border-right: 2px solid #9D0A0A;
      border-bottom: 2px solid #9D0A0A;
    }

    .choose {
      width: 200px;
      font-size: 10pt;
    }

    .choose a {
      text-decoration: none;
      color: #0A559D;
    }

    .chooserow {
      padding-top: 2px;
      padding-bottom: 2px;
    }
    
    .chooserowalt {
      padding-top: 2px;
      padding-bottom: 2px;
      background-color: #BCE8A6;
    }
    
    .choose a:hover {
      color: #9D0A0A;
    }
    #minilinks a {
      text-decoration: none;
      color: #0A559D;
    }

    #minilinks a:hover {
      color:#9D0A0A;
    }

    .editbox {
      background-color: white;
    }
    .odd { background-color: #BCE8A6; }
    .even { background-color: white; }
    .hlist { display:none; }
    .lcap { font-size: 11pt; }

    .sb-ttl {float:left;}
    .sb-dat {float:right;}
