<HTML>
<style type="text/css">
<--
body {
  color: white;
  font-family: Arial,Verdana;
  font-size: 9pt;
  margin-left: 1%;
  margin-right: 1%;
}

/* Anchor pseudo-classes for the links */
a	  { background: transparent; color: transparent; text-decoration: none}
a:link    { background: transparent; color: "#D3FDA6"; text-decoration: none}
a:active  { background: transparent; color: green; text-decoration: none}
a:visited { background: transparent; color: "#5EFF86"; text-decoration: none}
a:hover   { background: transparent; color: none; text-decoration: none;}

/* settings for table headings */
th {
  font-family: arial,verdana;
/*  background: transparent; */
}

/* settings for table cells */
td {
  font-family: Arial,Verdana;
  color: black; 
  font-weight: normal;
  font-size: 9pt;

}

/* settings for paragraphs and other block-level elements */
 p, ul, form, blockquote {
  font-family: Arial,Verdana;
}-->


/* Form Settings */
select { font-size: 8pt;font-weight: normal; font-style: normal; text-decoration: blink; }
input { font-size: 8pt; font-weight: normal; font-style: normal; text-decoration: blink; }

</HTML>
