/**************/
/* Top levels */
/**************/

/* Main HTML background font: */
HTML {
  font-family: "Tahoma","Arial","geneva","sans-serif";
  font-size: 8pt;
  margin-left: 0px; 
  margin-right: 0px; 
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: white;
  color: #999999;
}

/****************/
/* Paragraphing */
/****************/

/* class header */

P {
   margin-left: 34px; 
   margin-right: 34px; 
   margin-top: 10px;
   margin-bottom: 0px;
}

/*****************/
/* Table related */
/*****************/

/* class header */

TABLE {
   margin-left: 0px; 
   margin-right: 0px; 
   margin-top: 0px;
   margin-bottom: 0px;
   font-size: 8pt;
}

TABLE.indenton {
   margin-left: 34px; 
   margin-right: 0px; 
   margin-top: 0px;
   margin-bottom: 0px;
   font-size: 8pt;
}

TABLE.links {  
   margin-top: 0px;
   font-style: none;
   color: WHITE;
   cursor: hand;
}

/*Used for cells with just blanks in to reduce font size to allow td-width to set width*/

TD.blank {  
   font-size: 4pt;
   font-style: none;
   font-weight: normal;
}

/***********************/
/* Custom tags */
/***********************/

/* Page titles */

FONT.title {
   font-size: 8pt;
   /*font-weight: bold;*/
   font-style: none;
   /*background-color: #FF9933; orange*/
   background-color: #99CC33;
   color: #FFFFFF;
}

FONT.titlered {
   font-size: 8pt;
   /*font-weight: bold;*/
   font-style: none;
   background-color: #FF6666;
   color: #FFFFFF;
}

FONT.small {
   font-size: 8pt;
   /*font-weight: bold;*/
   font-style: none;
}


FONT.verysmall {
   font-size: 3pt;
   /*font-weight: bold;*/
   font-style: none;
}

/***********************/
/* Hyper link settings */
/***********************/

A:link {color: #0099FF; text-decoration: underline}
A:active {color: #99CC33; text-decoration: none}
A:visited {color: #CCCCFF; text-decoration: underline}
A:hover {color: #FF9933; text-decoration: underline}

/* eg could have: A:hover {color: #FFFFFF; text-decoration: underline overline} */


