a:link {color: blue;}
a:active {color: blue;}
a:visited {color: blue;}
a:hover {color: blue;}

TD { 
  FONT-FAMILY: "Verdana";
  FONT-SIZE : 12px; 
}

.subtitle {  
  font-family: "Arial";
  font-size: 14px;
  font-weight: bold;
}

.note1 { 
  FONT-FAMILY: "Verdana";
  FONT-SIZE : 11px; 
  color: blue;
}

.footnote { 
  FONT-FAMILY: "Verdana";
  FONT-SIZE : 9px; 
}

.footnoteBlue { 
  FONT-FAMILY: "Verdana";
  FONT-SIZE : 9px; 
  color: blue;
}

.footnote1 { 
  FONT-FAMILY: "Verdana";
  FONT-SIZE : 10px; 
}

.footnote2 { 
  FONT-FAMILY: "Verdana";
  FONT-SIZE : 8px; 
}

H3 {
  FONT-FAMILY: verdana, helvetica, sans-serif;
  FONT-SIZE: 14pt;
  COLOR: red;
}

H4 {
  FONT-FAMILY: verdana, helvetica, sans-serif;
  FONT-SIZE: 12pt;
  COLOR: blue;
}