/* --- BASIC SITE CSS --- */

body,table,td,tr,select,input,p,ol,ul,li
  {
  color:#000000;
  font-family: Arial, Helvetica, sans-serif, Verdana ;
  font-size:10pt;
  }

.heading
  {
  color:#990000;
  font-family: Arial, Helvetica, sans-serif, Verdana ;
  font-size:12pt;
  font-weight:bold;
  }

/* --- DEFAULT LINK COLORS --- */

a:link
  {
  color:#990000;
  }
  
a:hover
  {
  color:#FF0000;
  text-decoration:none;
  }
  
a:active
  {
  color:#990000;
  }
  
a:visited
  {
  color:#990000;
  }

.sidebar
  {
  color:#FFFFCC;
  font-size:8pt;
  }
  
.sidebar a:link
  {
  color:#FFFFCC;
  }

.sidebar a:hover
  {
  color:#FFFFFF;
  }

.sidebar a:active
  {
  color:#FFFFCC;
  }

.sidebar a:visited
  {
  color:#CC6600;
  }


/* --- FONT SIZES --- */

.text7
  {
  font-size:7pt;
  }

.text8
  {
  font-size:8pt;
  }

.text9
  {
  font-size:9pt;
  }

.text10
  {
  font-size:10pt;
  }

.text11
  {
  font-size:11pt;
  }

.text12
  {
  font-size:12pt;
  }

/* --- MISCELANEOUS FONT STYLES --- */

b
  {
  font-weight:bold;
  }
                
i
  {
  font-style:italic;
  }
  
u
  {
  text-decoration:underline;
  }
  
sup
  {
  vertical-align:super;
  font-size:8px;
  }
  
center
  {
  text-align:center;
  }

