/* Copyright 1998-2003 ATI Tectoniks Limited. All Rights Reserved.
   this style sheet defines the basic style for all ATI Tectoniks pages */
   
body {font-family: Verdana,Arial,Helvetica;
      font-size: 10pt;
      background-color: white;}
      
h1 {color: white; 
    font-size: 10pt;
    text-align: left}
    
h2 {color: ff4500; 
    font-size: 10pt;}
    
h3 {font-weight: bold;
    font-variant: small-caps; 
    font-size: 18pt;
    text-align: center;
    color: ff4500;}
    
a {color: ff3300;
   text-decoration: none;
   font-weight: bold;}

a:hover {background-color: yellow;}

td {border-color: solid black;
    font-family: arial,verdana,helvetica; 
    font-size: 9pt;}
