body {
font-family: 'Courier New', Courier, 'OCR A Extended', Terminal, 'Lucida Sans Typewriter Regular', 'MS Mincho', Fixedsys, monospace;

    /*    font-family: 'Times New Roman',Times,serif;*/
    /*    font-family: Arial, Helvetica, sans-serif; */
        font-size: 10pt;
    /*    color: #775933;   */
          color: #FFFFFF;
/*        background: #000000 url(body1900.jpg) no-repeat; */
        background: #000000;
        text-align: center;
        line-height: 1.5em;
        margin: 0;
     /*  Scrollbar   */
   /*  scrollbar-face-color: #968464;
     scrollbar-highlight-color: #FFFFCC;
     scrollbar-3dlight-color: #E7DEC1;
     scrollbar-darkshadow-color: #000000;
     scrollbar-shadow-color: #593912;
     scrollbar-arrow-color: #D40608;
     scrollbar-track-color: #E7DEC1;  */

/* Global IE fix to avoid layout crash when single word size wider than column width */
     word-wrap: break-word;
}
h1 {
        font-family: 'Courier New', Courier, 'OCR A Extended', Terminal, 'Lucida Sans Typewriter Regular', 'MS Mincho', Fixedsys, monospace;
        font-size: 12pt;
        font-weight: bold;
        color: #FFFFFF;
      /*  border-bottom: 1px dashed #D40608;   */
}
h2 {
        font-family: 'Courier New', Courier, 'OCR A Extended', Terminal, 'Lucida Sans Typewriter Regular', 'MS Mincho', Fixedsys, monospace;
        font-size: 11pt;
        font-weight: bold;
        color: #FF0000;
        margin: 0 0 5px 2px;
    /*    border-bottom: 1px solid #dddddd;  */
}
h3 {
        font-family: 'Courier New', Courier, 'OCR A Extended', Terminal, 'Lucida Sans Typewriter Regular', 'MS Mincho', Fixedsys, monospace;
        font-size: 9pt;
        font-weight: bold;
        color: #000000;
        margin: 0 0 5px 2px;
}
img, img a{
border:0px;
text-decoration: none;
padding:0;
margin:0;
}

li
{
      color: #000000;
}
a
{
      color: #000000;

}


#container {
        position: relative;
        width: 960px;
        height: 753px;
        border: 0px solid #00FF00;
        background: #FFFFFF url(mam.jpg) no-repeat top;
        text-align: top;
        margin: auto;
}
#header {
   /*     background: transparent url(header.gif) no-repeat; */
        background: #000000 url(body960b.jpg) no-repeat top;
        width: 960px;
        height: 195px;
        color: #000000;
        margin: 0px 0 0 0;
     /*   padding-top: 10px; */
        font-weight: normal;
        font-family: 'Courier New', Courier, 'OCR A Extended', Terminal, 'Lucida Sans Typewriter Regular', 'MS Mincho', Fixedsys, monospace;
        font-size: 20pt;
        text-indent: 15px;
        text-align: left;
      /*   border: 1px solid #00FF00; */
}

#content {
/*     background: transparent url(footer.gif) no-repeat bottom; */
      background-color: #000000;
          border: 1px solid #0000FF;
        float: left;
        width: 960px;
        height: 700px;
        /* overflow: auto;*/
        position: relative;
        text-align: justify;
        padding-bottom: 10px;
        padding-right: 35px;
        padding-left: 20px;
        margin: 0px 0 0 20px;
  /*      filter:alpha(opacity=75);
        filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=75);
        -moz-opacity:0.75;
        -moz-border-radius: 10px;*/
}


