
      DIV#header{
      display: none
      }

      DIV#body {
      }

             DIV#navbar {
      display: none
             }

             DIV#content {
                 top: 0;
                 text-align: center;
                 font-size: 10pt;
                 font-weight: normal;
             }

                  DIV#footer {
                      text-align: center;
                  }


                  DIV#updated {
                      position: absolute;
                      bottom: 0;
                      left: 0;
                      width: 80%;
                      text-align: right;
                      font-size: 8pt;
                  }




      IMG.header{
      display: none
      }

            IMG.navbar{
      display: none
            }
            IMG.footer{
      display: none
            }
            LI.navbar{
      display: none
            }


             DIV.notice {
                 margin: 3em;
                 text-align: center;
                 border-width: .5em;
                 border-color: black;
                 background: white;
                 color: black;
                 overflow: visible;
             }

             DIV.main {
                 text-align: center;
                 margin: 3em;
                 padding-left: 4em;
                 padding-right: 4em;
                 font-weight: normal;
                 overflow: visible;
             }
             DIV.mainL {
                 text-align: left;
                 margin: 3em;
                 padding-left: 10em;
                 padding-right: 4em;
                 font-weight: normal;
                 overflow: visible;
             }

             DIV.detail {
                 text-align: left;
                 padding-left: 4em;
                 padding-right: 2em;
                 margin: 3em;
                 overflow: visible;
             }

             TD.header1 { text-align: center; 
                         color: windowtext; 
                         white-space: nowrap; 
                         border: .5pt solid windowtext;  
                         padding: 1em; 
                         background: #ffffee; 
             }
             TD.header2 { text-align: center; 
                         color: windowtext; 
                         font-weight: bold;
                         white-space: nowrap; 
                         border: .5pt solid windowtext;  
                         padding: 1em; 
                         background: #ffffee; 
                         vertical-align: bottom; 
             }
             TD.header3 { text-align: center; 
                         color: windowtext; 
                         white-space: nowrap; 
                         border: .5pt solid windowtext;  
                         word-spacing: 6em;
                         padding-top: 1em; 
                         background: #ffffee; 
             }
             TD.firstC { text-align: center; 
                         color: windowtext; 
                         white-space: nowrap; 
                         border: .5pt solid windowtext;  
                         padding: 2px; 
                         vertical-align: bottom; 
                         background:#FAC9C9
             }
             TD.firstL { text-align: left; 
                         color: windowtext; 
                         vertical-align: bottom; 
                         white-space: nowrap; 
                         border: .5pt solid windowtext;  
                         padding: 2px; 
                         background: #FAC9C9
             }
             TD.secC { text-align: center; 
                         color: windowtext; 
                         vertical-align: bottom; 
                         white-space: nowrap; 
                         border: .5pt solid windowtext;  
                         padding: 2px; 
                         background: #FCDDC9
             }
             TD.secL { text-align: left; 
                         color: windowtext; 
                         vertical-align: bottom; 
                         white-space: nowrap; 
                         border: .5pt solid windowtext;  
                         padding: 2px; 
                         background: #FCDDC9
             }
             TD.thirdC { text-align: center; 
                         color: windowtext; 
                         vertical-align: bottom; 
                         white-space: nowrap; 
                         border: .5pt solid windowtext;  
                         padding: 2px; 
                         background: #F5EDD2
             }
             TD.thirdL { text-align: left; 
                         color: windowtext; 
                         vertical-align: bottom; 
                         white-space: nowrap; 
                         border: .5pt solid windowtext;  
                         padding: 2px; 
                         background: #F5EDD2
             }

             TD.plain {  text-align: left; 
                         color: windowtext; 
                         vertical-align: bottom; 
                         border: .5pt solid windowtext;  
                         padding: 2px; 
                         background: white;
             }

             HR { width: 30% }

         IMG.footer{
             margin: .5em;
             border: 5px solid black;
        }


