/**********************************************************************//* FILE: font.css                                                     *//*--------------------------------------------------------------------*//* DESCRIPTION:                                                       *//*                                                                    *//* This file contains a cascading style sheet that replaces the use   *//* of the common <FONT FACE="Arial,Helvetica,sans-serif"> tag.  The   *//* use of this CSS file in a document should remove most FONT tag     *//* requirements.                                                      *//*                                                                    *//* The following HTML code is used to include this file in a page:    *//*                                                                    *//*    <LINK REL=STYLESHEET TYPE="text/css" HREF="font.css">           *//*                                                                    *//* In addition, the style sheet creates positioning classes.          *//**********************************************************************/BODY {  font-family: Arial,Helvetica,sans-serif;   font-size: 10pt;}CENTER,DIV,FORM,HR,H1,H2,H3,INPUT,LI,OL,P,OPTION,SELECT,TD,TH,THEAD,TFOOT,TEXTAREA,TR,UL {  font-family: Arial,Helvetica,sans-serif;  font-size: 10pt;}.titlegold {  font-family: Arial,helvetica,sans-serif;   font-size: 14pt;  font-weight: bold;  color:#cc9900; }.titleblue {  font-family: Arial,helvetica,sans-serif;   font-size: 14pt;  font-weight: bold;  color:#000066; }.path {  font-family: Arial,helvetica,sans-serif;   font-size: 8pt;  color: #000000;   text-decoration: none;  }A.path:hover {color:#993300;}  .toc {  font-family: Arial,helvetica,sans-serif;   font-size: 9pt;  color: #000000;   text-decoration: none;  }A.toc:hover {color:#993300;}    .content {  font-family: Arial,helvetica,sans-serif;   font-size: 10pt;  color: #000000; }.contentbold {  font-family: Arial,helvetica,sans-serif;   font-size: 10pt;  font-weight: bold;  color: #000000; }.smalldark {  font-family: Arial,helvetica,sans-serif;   font-size: 9pt;  color: #000000;  text-decoration: none;}.smalllite {  font-family: Arial,helvetica,sans-serif;   font-size: 9pt;  color: #ffffff; }.smalldarkbold {  font-family: verdana,Arial,helvetica,sans-serif;   font-size: 9pt;  font-weight: bold;  color: #000000; text-decoration: none; }A.smalldarkbold:hover {color:#993300;} .smalllitebold {  font-family: verdana,Arial,helvetica,sans-serif;   font-size: 9pt;  font-weight: bold;  color: #ffffff;      text-decoration: none;}.titledark {  font-family: Arial,helvetica,sans-serif;   font-size: 14pt;  color:#000000; }.titlelite {  font-family: Arial,helvetica,sans-serif;   font-size: 14pt;  color: #ffffff; }.titledarkbold {  font-family: Arial,helvetica,sans-serif;   font-size: 14pt;  font-weight: bold;  color: #000000; }.titlelitebold {  font-family: Arial,helvetica,sans-serif;   font-size: 14pt;  font-weight: bold;  color: #ffffff; }.finedark {  font-family: Arial,helvetica,sans-serif;   font-size: 8pt;  color: #000000;  text-decoration: none;}.finelite {  font-family: Arial,helvetica,sans-serif;   font-size: 8pt;  color: #ffffff;  text-decoration: none;}.finedarkbold {  font-family: Arial,helvetica,sans-serif;   font-size: 8pt;  font-weight: bold;  color: #000000;  text-decoration: none;}.finelitebold {  font-family: Arial,helvetica,sans-serif;   font-size: 8pt;  font-weight: bold;  color: #ffffff;  text-decoration: none;}