body{
  background-color:#FFFFFF;
  color:#000000;
  }
  
/* ############################################################ */
/* ### headers ################################################ */
/* ############################################################ */

H2 {
   font-family:arial,helvetica,verdana;
   font-size:14pt;
   color:#630000;
   font-weight:bold;
   }

H3 {
   font-family:arial,helvetica,verdana;
   font-size:12pt;
   color:#000000;
   font-weight:bold;
   }
   
H4 {
   font-family:arial,helvetica,verdana;
   font-size:10pt;
   color:#630000;
   font-weight:bold;
   }


/* ############################################################ */
/* ### standard tags ########################################## */
/* ############################################################ */

p,dl {
   font-family:arial,helvetica,verdana;
   font-size:10pt;
   }

blockquote {
   font-family:arial,helvetica,verdana;
   font-size:10pt;
   }

ol,ul {
   font-family:arial,helvetica,verdana;
   font-size:10pt;
   }
   
.body{
   font-family:arial,helvetica,verdana;
   font-size:10pt;
   }

.small{
   font-family:arial,helvetica,verdana;
   font-size:9pt;
   }


/* ############################################################ */
/* ### table cells ############################################ */
/* ############################################################ */


td,th{
   font-family:arial,helvetica,verdana;
   font-size:10pt;
   }


/* ############################################################ */
/* ### named styles for head & foot areas ####################  */
/* ############################################################ */


.footer {
   font-family:arial,helvetica,verdana;
   font-size:9pt;
   color:#999999;
   }
