<html> <style type="text/css">{  }


/* Navigation bars. */

.navigation-bar-row          
      {
      background: silver;
      }

.navigation-bar-cell          
      {
      font-family: arial, helvetica, sans-serif;
      font-size: 10pt; 
      font-weight: bold;
      text-align: center;
      }


/* Tabulations and other data summaries. */

.tabulation-header  
      {
      font-family: arial, helvetica, sans-serif;
      font-size: 10pt;
      font-weight: bold;
      text-align: left;
      background: #a0a0c0;
      }	
      /* Cells holding the head (cell titles) of a tabulation table. */

.tabulation-body  
      {
      font-family: arial, helvetica, sans-serif;
      font-size: 10pt;
      font-weight: bold;
      text-align: right;
      background: #a0c0c0;
      }	
      /* Cells holding the main body of a tabulation table. */

.tabulation-body-when-error
      {
      font-family: arial, helvetica, sans-serif;
      font-size: 10pt;
      font-weight: bold;
      text-align: right;
      color: red;
      background: #ffffff;
      }	
      /* Cells holding the main body of a tabulation table, when
         data is badly in error. 
      */

.tabulation-body-left-aligned  
      {
      font-family: arial, helvetica, sans-serif;
      font-size: 10pt;
      font-weight: bold;
      text-align: left;
      background: #a0c0c0;
      }	
      /* Cells holding the main body of a tabulation table when
         the text must be left-aligned. 
      */

.tabulation-body-left-aligned-when-error
      {
      font-family: arial, helvetica, sans-serif;
      font-size: 10pt;
      font-weight: bold;
      text-align: left;
      color: red;
      background: #ffffff;
      }	
      /* Cells holding the main body of a tabulation table, 
         when the text must be left-aligned and the data is
         is badly in error. 
      */

.tabulation-totals  
      {
      font-family: arial, helvetica, sans-serif;
      font-size: 10pt;
      font-weight: bold;
      text-align: right;
      background: #c0a0c0;
      }	
      /* Cells holding auxiliary results, such as the totals. */

/* Links to IDs: making them unobtrusive. */

.quiet-link a:link 
      {
      color: black;
      }

.quiet-link a:visited 
      {
      color: black;
      }

.quiet-link a:hover 
      {
      color: black;
      }

.quiet-link a:active 
      {
      color: black;
      }


</STYLE>
</HTML>

