/* Name:   newstyle.css    */
/* Date:   2005-12-05      */
/* Author: T. Hampson      */
/* Theme:  Company Colors  */

<style type="text/css">

  /* standard definitions */
  
  p,.p   {font-size:10pt; font-family:verdana,arial,helvetica; color:189F6F; background-color:FFFFFF; font-weight:normal;}
  td,.td {font-size:10pt; font-family:verdana,arial,helvetica; color:189F6F; background-color:FFFFFF; font-weight:normal;}
  body   {font-size:10pt; font-family:verdana,arial,helvetica; color:189F6F; background-color:FFFFFF; font-weight:normal;}
  .body  {font-size:10pt; font-family:verdana,arial,helvetica; color:189F6F; background-color:FFFFFF; font-weight:normal;}
  th,.th {font-size:10pt; font-family:verdana,arial,helvetica; color:9863B2; background-color:189F6F; font-weight:bold;}
  
  input    {font-size: 10px;}
  select   {font-size: 10px;}
  textarea {font-size: 10px;}
  
  h1,.h1 {font-size:22pt; font-weight:bold;}
  h2,.h2 {font-size:20pt; font-weight:bold;}
  h3,.h3 {font-size:18pt; font-weight:bold;}
  h4,.h4 {font-size:16pt; font-weight:bold;}
  h5,.h5 {font-size:14pt; font-weight:bold;}
  h6,.h6 {font-size:12pt; font-weight:bold;}
  h7,.h7 {font-size:10pt; font-weight:bold;}
  
  hr,.hr  {height:1px; color:189F6F; size:1;}
 .hr2     {height:2px; color:189F6F; size:2;}
  
  /* anchor definitions in this order: link, visited, hover, active */
  
  a:link    {font-size:10pt; color:189F6F; background-color:FFFFFF; text-decoration:none; font-weight:bold;}         
  a:visited {font-size:10pt; color:189F6F; background-color:FFFFFF; text-decoration:none; font-weight:bold;}
  a:hover   {font-size:10pt; color:9863B2; background-color:FFFFFF; text-decoration:none; font-weight:bold;}
  a:active  {font-size:10pt; color:9863B2; background-color:FFFFFF; text-decoration:none; font-weight:bold;}

  a.nav:link    {font-size:10pt; color:189F6F; background-color:FFFFFF; text-decoration:none; font-weight:bold;}
  a.nav:visited {font-size:10pt; color:189F6F; background-color:FFFFFF; text-decoration:none; font-weight:bold;}
  a.nav:hover   {font-size:10pt; color:FFFFFF; background-color:189F6F; text-decoration:none; font-weight:bold;}  
  a.nav:active  {font-size:10pt; color:FFFFFF; background-color:189F6F; text-decoration:none; font-weight:bold;}  
  
  label {font-weight: bold;}

  .button
  {
    color:#189F6F; 
    background-color:#FFFFFF; 
    font-size:10pt; 
    font-weight:bold; 
    text-decoration:none; 
    margin:1px; 
    text-align:center; 
    border-style:solid; 
    border-color:#189F6F; 
    border-width:1px; 
  }
   
</style>
