/**********************************************************************//* FILE: fontplus.css (and Arialplus.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="Arial.css">          *//*                                                                    *//* In addition, the style sheet creates positioning classes.          *//*--------------------------------------------------------------------*//* HISTORY:                                                           *//*                                                                    *//*   Date       Author                  Version - Notes               *//* ======== ============== ========================================== *//* 12/01/98 D.C. Richoux   1.1 - Initial Production Version           *//* 01/20/99 D.C. Richoux   1.2 - Added tags to list                   *//* 08/06/99 D.C. Richoux   1.3 - Added tags and positioning           *//* 01/05/00 D.C. Richoux   1.4 - Changed content position             *//* 01/10/00 D.C. Richoux   1.5 - Added relative size class names      *//* 01/19/00 D.C. Richoux   1.6 - Added "small" font                   *//* 08/18/00 D.C. Richard   1.7 - Added 8,9,10 pt b & w and bold b & w *//**********************************************************************/BODY {  font-family: Arial,Helvetica,sans-serif;   font-size: 10pt;}CENTER,DIV,FORM,HR,H1,H2,H3,INPUT,OL,OPTION,SELECT,TD,TH,THEAD,TFOOT,TEXTAREA,TR,{  font-family: Arial,Helvetica,sans-serif;  font-size: 8pt;}.toc {  font-family: Arial,helvetica,sans-serif;   font-size: 10pt;  color: #000000;   text-decoration: none;}A.toc:hover {color:#993300;}.related {  font-family: Arial,helvetica,sans-serif;   font-size: 10pt;  color: #000000;   text-decoration: none;}A.related:hover {color:#993300;}.content {  font-family: Arial,helvetica,sans-serif;   font-size: 12pt;  color: #000000; }.contentbold {  font-family: Arial,helvetica,sans-serif;   font-size: 12pt;  font-weight: bold;  color: #000000; }.titledark {  font-family: Arial,helvetica,sans-serif;   font-size: 14pt;  color:#000000;   text-decoration:none;}.titlelite {  font-family: Arial,helvetica,sans-serif;   font-size: 14pt;  color: #ffffff;   text-decoration: none;}.titledarkbold {  font-family: Arial,helvetica,sans-serif;   font-size: 14pt;  font-weight: bold;  color: #000000;   text-decoration: none;}.titlelitebold {  font-family: Arial,helvetica,sans-serif;   font-size: 14pt;  font-weight: bold;  color: #ffffff;   text-decoration: none;}.smalldark {  font-family: Arial,helvetica,sans-serif;   font-size: 10pt;  color: #000000;   text-decoration: none;}A.smalldark:hover {color:#993300;}.smalllite {  font-family: Arial,helvetica,sans-serif;   font-size: 10pt;  color: #ffffff;   text-decoration: none;}A.smalllite:hover {color:#ffcc33;}.smalldarkbold {  font-family: Arial,helvetica,sans-serif;   font-size: 10pt;  font-weight: bold;  color: #000000;   text-decoration: none;}A.smalldarkbold:hover {color:#993300;}.smalllitebold {  font-family: Arial,helvetica,sans-serif;   font-size: 10pt;  font-weight: bold;  color: #ffffff;   text-decoration: none;}.finedark {  font-family: Arial,helvetica,sans-serif;   font-size: 8pt;  color: #000000;   text-decoration: none;}A.finedark:hover {color:#993300;}.finelite {  font-family: Arial,helvetica,sans-serif;   font-size: 8pt;  color: #ffffff;   text-decoration: none;}A.finelite:hover {color:#ffcc33;}.finedarkbold {  font-family: Arial,helvetica,sans-serif;   font-size: 8pt;  font-weight: bold;  color: #000000;   text-decoration: none;} A.finedarkbold:hover {color:#993300;} .finelitebold {  font-family: Arial,helvetica,sans-serif;   font-size: 8pt;  font-weight: bold;  color: #ffffff;   text-decoration: none;}#bodybgimage {   position:absolute;   top:0px;   left:0px;   z-index:0;}#bodyallcontent {   position:absolute;   top:2px;   left:2px;   z-index:1;}