/**********************************************************************/
/* FILE: font.css                                                     */
/*--------------------------------------------------------------------*/
/* DESCRIPTION:                                                       */
/*                                                                    */
/* This file contains a cascading style sheet that replaces the use   */
/* of the common <FONT FACE="Times New Roman,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,CENTER,DIV,FORM,HR,H2,H3,INPUT,LI,OL,P,OPTION,SELECT,TD,TH,THEAD,TFOOT,TEXTAREA,TR {
  font-family: Times New Roman,sans-serif;
  font-size: 11pt;
  padding-left: 0.5em;
  padding-top: 0.0em;
  padding-right: 0.5em;
  padding-bottom: 0em;
  background: #fffff;
  bgcolor: #fffff;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

IMG {
  margin-left: 0.5em;
  margin-top: 0.3em;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  background: #fffff
  color:#fffff; 
}

UL {
  font-family: Times New Roman,sans-serif;
  font-size: 11pt;
  margin-left: 0.5em;
  margin-top: 0.3em;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
  padding-left: 0.5em;
  padding-top: 0.0em;
  padding-right: 0.5em;
  padding-bottom: 0em;
  background: #fffff
  color:#fffff; 
}

A:hover { background: cyan }


H1 {
  font-family: Times New Roman,sans-serif;
  font-size: 18pt;
  font-weight: normal;
  color:#0803e5; 
  background-color:#fffff; 
  padding-left: 0em;
  padding-top: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
}

HBROWN {
  font-family: Times New Roman,sans-serif;
  font-size: 18pt;
  font-weight: normal;
  color:#d9991f;
  background-color:#fffff;
  padding-left: 0em;
  padding-top: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.5em;
  display: block;
}

.top_frame {
  font-family: Times New Roman,sans-serif;
  font-size: 60pt;
  color:#0000ff; 
  background-color:#fffff; 
  padding-left: 0.5em;
  padding-top: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
}

.titlegold {
  font-family: Times New Roman,sans-serif; 
  font-size: 14pt;
  font-weight: bold;
  color:#cc9900; 
}

.titleblue {
  font-family: Times New Roman,sans-serif; 
  font-size: 14pt;
  font-weight: bold;
  color:#000066; 
}


.path {
  font-family: Times New Roman,sans-serif; 
  font-size: 8pt;
  color: #000000; 
  text-decoration: none;
  
}
A.path:hover {color:#993300;} 
 
.toc {
  font-family: Times New Roman,sans-serif; 
  font-size: 9pt;
  color: #000000; 
  text-decoration: none;
  
}
A.toc:hover {color:#993300;} 
 
 
 
.content {
  font-family: Times New Roman,sans-serif; 
  font-size: 10pt;
  color: #000000; 
}

.contentbold {
  font-family: Times New Roman,sans-serif; 
  font-size: 10pt;
  font-weight: bold;
  color: #000000; 
}

.smalldark {
  font-family: Times New Roman,sans-serif; 
  font-size: 9pt;
  color: #000000;  text-decoration: none;
}
.smalllite {
  font-family: Times New Roman,sans-serif; 
  font-size: 9pt;
  color: #fffff; 
}

.smalldarkbold {
  font-family: verdana,Times New Roman,sans-serif; 
  font-size: 9pt;
  font-weight: bold;
  color: #000000; text-decoration: none;
 
}
A.smalldarkbold:hover {color:#993300;} 


.smalllitebold {
  font-family: verdana,Times New Roman,sans-serif; 
  font-size: 9pt;
  font-weight: bold;
  color: #fffff;    
  text-decoration: none;

}

.titledark {
  font-family: Times New Roman,sans-serif; 
  font-size: 14pt;
  color:#000000; 
}
.titlelite {
  font-family: Times New Roman,sans-serif; 
  font-size: 14pt;
  color: #fffff; 
}
.titledarkbold {
  font-family: Times New Roman,sans-serif; 
  font-size: 14pt;
  font-weight: bold;
  color: #000000; 
}
.titlelitebold {
  font-family: Times New Roman,sans-serif; 
  font-size: 14pt;
  font-weight: bold;
  color: #fffff; 
}

.finedark {
  font-family: Times New Roman,sans-serif; 
  font-size: 8pt;
  color: #000000;  text-decoration: none;
}
.finelite {
  font-family: Times New Roman,sans-serif; 
  font-size: 8pt;
  color: #fffff;  text-decoration: none;
}
.finedarkbold {
  font-family: Times New Roman,sans-serif; 
  font-size: 8pt;
  font-weight: bold;
  color: #000000;  text-decoration: none;
}
.finelitebold {
  font-family: Times New Roman,sans-serif; 
  font-size: 8pt;
  font-weight: bold;
  color: #fffff;  text-decoration: none;
}

