.text {
  font-family: Verdana, Arial;
  font-size: 10px;
}

/* Body */
body, html {
  font-family:  Verdana, Arial;
  font-size: 10pt;
  SCROLLBAR-FACE-COLOR: #0099FF;
  SCROLLBAR-HIGHLIGHT-COLOR: #999999;
  SCROLLBAR-SHADOW-COLOR: #999999;
  SCROLLBAR-3DLIGHT-COLOR: #FF0000;
  SCROLLBAR-ARROW-COLOR: #FFFF00;
  SCROLLBAR-TRACK-COLOR: #0066FF;
  SCROLLBAR-DARKSHADOW-COLOR: #333333;
  SCROLLBAR-BASE-COLOR: #999999;
}

/* Links */
A {
  Color : #0066CC;
  font-weight: bold;
  text-decoration : underline;
}

A.big {
  Color : #0066CC;
  font-weight: bold;
  font-size: 12pt;
  text-decoration : underline;
}

A.lblue {
  Color : #0066CC;
  font-weight: bold;
  text-decoration : underline;
}

A.green {
  Color : #FF6600;
  font-size: 10pt;
  font-weight: bold;
  text-decoration : none;
}

A.yellow {
  Color : #FFFF00;
  font-weight: bold;
  text-decoration : none;
}

A.black {
  Color : #000000;
  font-size: 10pt;
  font-weight: bold;
  text-decoration : none;
}

A.black2 {
  Color : #000000;
  font-weight: bold;
  text-decoration : underline;
}

A.orange {
  Color : #FF6600;
  font-weight: bold;
  text-decoration : underline;
}

A.white {
  Color : #FFFFFF;
  font-weight: normal;
  text-decoration : underline;
}

A.red {
  Color: #FF0000;
  font-weight: bold;
  text-decoration : underline;
}

/* Links - Visited
A:visited {
  font-weight: bold;
  text-decoration : underline;
}
*/

/* Links - Hovering */
A:hover {
  Color : #0066CC;
  font-weight: bold;
  text-decoration : none;
}

A:hover.lblue {
  Color : #0066CC;
  font-weight: bold;
  text-decoration : none;
}

A:hover.green {
  Color : #FF6600;
  font-size: 10pt;
  font-weight: bold;
  text-decoration : underline;
}

A:hover.yellow {
  Color : #FFFF00;
  font-weight: bold;
  text-decoration : underline;
}

A:hover.black {
  Color : #000000;
  font-size: 10pt;
  font-weight: bold;
  text-decoration : underline;
}

A:hover.black2 {
  Color : #000000;
  font-weight: bold;
  text-decoration : none;
}

A:hover.orange {
  Color : #FF0000;
  font-weight: bold;
  text-decoration : none;
}

A:hover.white {
  Color : #FFFFFF;
  font-weight: normal;
  text-decoration : none;
}

A:hover.red {
  Color: #FF0000;
  font-weight: bold;
  text-decoration : none;
  font-style: italic;
}

span.header {
  font-family: Verdana, Arial;
  font-size: 12pt;
  font-weight: bold;
}

span.heading {
   font-family: Verdana, Arial;
   font-size: 18pt;
   font-weight: bold;
   color: #FF6600;
}

span.heading {
   font-family: Verdana, Arial;
   font-size: 18pt;
   font-weight: bold;
   color: #00CC00;
}

span.orangeheading {
   font-family: Verdana, Arial;
   font-size: 18pt;
   font-weight: bold;
   color: #FF6600;
}

span.subheading {
   font-family: Verdana, Arial;
   font-size: 14pt;
   font-weight: bold;
   font-style: italic;
   color: #00CC00;
}

span.blacksubheading {
   font-family: Verdana, Arial;
   font-size: 14pt;
   font-weight: bold;
   font-style: italic;
   color: #000000;
}

span.redsubheading {
   font-family: Verdana, Arial;
   font-size: 14pt;
   font-weight: bold;
   font-style: italic;
   color: #FF0000;
}

span.orangesubheading {
   font-family: Verdana, Arial;
   font-size: 14pt;
   font-weight: bold;
   font-style: italic;
   color: #FF6600;
}

span.blueheader {
  font-family: Verdana, Arial;
  font-size: 20pt;
  font-weight: bold;
  color: #0000FF;
}

span.copyright {
   font-family: Arial;
   font-size: 8pt;
   font-weight: normal;
   text-shadow: Navy;
}