body    
  {
    font-family: "Times New Roman", sans-serif, Verdana, serif;
    font-size  : 11pt;
  }
  
TABLE
  {
    font-size  : 11pt;
  }
   
P.splash
  {
    text-align : center;
  }

P.para
  {
    text-align: left;
    text-indent: 3em;
    font-size  : 11pt;
  }
  
P.notes
  { 
    font-size      : 8pt;
    text-decoration: none;
  }

DIV.para
  {
    margin-left: 2em; 
  }

FONT.splash_heading
  {
    color      : red;
    font-weight: bold;
    font-size  : 20pt;
    text-align : center;
  }

FONT.ch_head
  {
    color      : rgb(48, 116, 248);
    font-weight: bold;
    font-size  : 18pt;
  }

FONT.ch_main_head
  {
    font-weight: bold;
    font-size  : 14pt;
    font-style: italic;
  }  
  
FONT.ch_sub_head
  {
    font-weight: bold;
    font-size  : 12pt;
    font-style: italic;
  }  
  
FONT.pg_num
  {
    color      : rgb(255, 0, 0);
    font-weight: normal;
    font-size  : 8pt;
    text-align : center;
  }
  
FONT.img_cap
  {
    font-weight: bold;
    font-size  : 7pt;
    text-align : center;
  }
  
FONT.grd_head
  {
    color      : rgb(255, 255, 255);
    font-size  : 11pt;
  }
  
FONT.grd_cell
  {
    color      : rgb(0, 0, 0);
    font-size  : 9pt;
  }
   
A.copyright
  { 
    font-size      : 8pt;
    text-decoration: none;
  }
  
A.menu
  {
    text-decoration: none;
  }
  
TH.fields
  {
    text-align    : left;
    vertical-align: middle;
    background    : #dddddd;
  }

TD.fields
  {
    background    : #eeeeee;
    vertical-align: middle;
  }

UL
  {  
    padding: 5px;
  }

UL.disc
  {
    font-size  : 11pt;
    list-style-type: disc;
    padding: 0;
  }
  
UL.circle
  {
    font-size  : 11pt;
    list-style-type: circle;
    padding: 0;
  }  
  
UL.square
  {
    font-size  : 11pt;
    list-style-type: square;
    padding: 0;
  }  

OL.numb
  {
    font-size  : 11pt;
    list-style-type: decimal;
  }

OL.lalpha
  {
    font-size  : 11pt;
    list-style-type: lower-alpha;
  }

UL.para
  {  
    font-size  : 11pt;
  }