
  html>body {height: auto;}
  html>body #pageContent {height: auto;}
  html>body #pageHeader {height: auto;}
  html>body #pageFooter {height: auto;}
  
  BODY {
    background        : #ffffff;
    font-family       : Arial,Helvetica,Tahoma,Verdana;
    font-size         : 9pt;
    font-style        : normal;
    height            : auto;
    text-align        : center;
    margin-top        : 0;
  }

  /* Page Sections */
  
  #spacer {
    height            : 93%;
    float             : left;
    width             : 1px;
    font-size         : 1px;
  }

  #pageHeader {
    text-align        : center;
    margin-bottom     : 10;
    margin-left       : auto;
    margin-right      : auto;
  }

  #pageContent {
    text-align        : center;
    /*height            : 78%;*/
    margin-left       : auto;
    margin-right      : auto;    
  }
  
  #pageFooter {
    clear             : both;
    font-family       : Arial,Helvetica,Tahoma,Verdana;
    font-size         : 8pt;
    color             : #bbbbbb;
    text-align        : center;
    margin-left       : auto;
    margin-right      : auto;
  }
  
  .Buttons {
    width: 100%;
  }
  
  TABLE.PageHeader {
    border-collapse   : collapse; 
    width             : 100%;
    margin-left       : auto;
    margin-right      : auto; 
  }

  TABLE.PageHeader TD {
    padding-left      : 0px;
    padding-right     : 0px;
    padding-top       : 0px;
    padding-bottom    : 0px;
  }

  TABLE.PageFooter {
    border-collapse   : collapse; 
    width             : 100%;
    margin-left       : auto;
    margin-right      : auto; 
  }
   
  TABLE.PageFooter TD {
    padding-left      : 0px;
    padding-right     : 0px;
    padding-top       : 0px;
    padding-bottom    : 0px;
    font-family       : Arial,Helvetica,Tahoma,Verdana;
    font-size         : 8pt;
    color             : #bbbbbb;
    text-align        : center;
    margin-left       : auto;
    margin-right      : auto;
  }
    
  /* Table used for holding the position of a */
  /* complex page with multiple cells.        */
  
  TABLE.PageStructure {
    border-collapse   : collapse; 
  }

  TABLE.PageStructure TD {
    padding-left      : 0px;
    padding-right     : 0px;
    padding-top       : 0px;
    padding-bottom    : 0px;
  }
   
  /* Standard table and nested tables.        */
  
  TABLE TD, TABLE.Nested TD {
    font-family       : Arial,Helvetica,Tahoma,Verdana;
    font-size         : 9pt;
    font-style        : normal;
    padding-left      : 2px;
    padding-right     : 2px;
    padding-top       : 2px;
    padding-bottom    : 2px;
  }

  A:link, A:visited {                     
    font-size         : 8pt;
    font-weight       : bold;
    text-decoration   : underline;        
    color             : #006981;          
  }
  
  A:hover { 
    font-size         : 8pt;
    font-weight       : bold;  
    text-decoration   : underline; 
    color             : #de3939;          
  }

  TD.description {
    font-weight       : bold;
    color             : #006981;              
  }