/*****************************/
/* standard body style sheet */
/*****************************/

body, input, textarea
  {font-size: 9pt;
   font-family: Verdana, Arial, Sans-serif;
   color: "000000";}

body.home
  {font-size: 9pt;
   font-family: Verdana, Arial, Sans-serif;
   background-color: #DCDCCA;
   color: "000000";}

body.tree
  {font-size: 9pt;
   font-family: Verdana, Arial, Sans-serif;
   color: "000000";
   background-color: #DCDCCA;
   background-image: url("images/tree.gif");
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center center;}

/***********************/
/*   Miscellaneous     */
/***********************/

UL /* Unordered list */
  {padding-bottom: 0em;
   padding-top: 0em;
   margin-bottom: 0em;
   margin-top: 0em;
   margin-left: 2em; }

HR /* Unordered list */
  {padding-bottom: 0em;
   margin-bottom: 0; }

/***********************/
/*         text        */
/***********************/
div.comment
  {font-size=9pt;
   font-family: Verdana, Arial, Sans-serif;
/*   font-weight: bold;*/
   color: "8E4103";}
		
div.footnote
  {font-size=8pt;
   font-family: Verdana, Arial, Sans-serif;
   font-style: italic;
   color: "000000";}
		
span.highlight
  {font-size=9pt;
   font-family: Verdana, Arial, Sans-serif;
   font-weight: bold;
   color: "FF0000";}
		
/***********************/
/* Standard table cell */
/***********************/
td
  {font-size: 9pt;
   font-family: Verdana, Arial, Sans-serif;
   color: "000000";}

td.borderl
  {background-image: url("images/weavel.gif");
   background-repeat: repeat;
   background-attachment: fixed;}

td.borderr
  {background-image: url("images/weaver.gif");
   background-repeat: repeat;
   background-attachment: fixed;}

td.grey
  {background-color: "#D3D3D3"}
 

/*********/
/* lists */
/*********/

li
  {line-height: 1.3;}

/***********/
/* Headers */
/***********/
H1 /* large black */
  {font-size: 22pt;
   font-family: Verdana, Arial, Sans-serif;
   color: #004000;}

/* Georgia, Times New Roman, Serif;   
   color: #004000;} */

H2 /* Medium dark brown */
  {font-size: 12pt;
   font-family: Verdana, Arial, Sans-serif;
   font-weight: bold;
   color: #512202;
   padding-bottom: 0em;
   margin-bottom: 0; }

H3 /* Normal size bold */
  {font-size: 9pt;
   font-family: Verdana, Arial, Sans-serif;
   font-weight: bold;
   color: #000000;
   text-decoration: underline;}

H4 /* same as H3 but brown */
  {font-size: 9pt;
   font-family: Verdana, Arial, Sans-serif;
   font-weight: bold;
   color: #512202;
   text-decoration: underline;}

/***************/
/*    links    */
/***************/

A {font-size: 9pt;
   font-family: Verdana, Arial, Sans-serif;
   font-weight: bold;
   text-decoration: none;}

A:link
  {color: "#006600";
   font-weight: bold;
   text-decoration:none;}

A:visited
  {color: "#006600";
   font-weight: bold;
   text-decoration:none;}

A:hover
  {color:"#E34F07";
   text-decoration:underline;}
  /* font-style: italic;} */
  /* color = 227 79 7 */

A:active
  {color: "#006600;
   font-weight: bold;
   text-decoration:none;}

/***********/
/* colours */
/***********/

/* DCDCCA = 220 220 202 */
