
/* Default font face*/

BODY, TD, LI, P {font-family : Verdana,Geneva,Arial,Helvetica,sans-serif ; }



/* Default links colours*/

a:link  {
   font-family : #ff6600;
   text-decoration : none;
  }
  
a:active  {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ff6600;
   text-decoration : underline;
  }
  
a:visited  {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ff6600;
   text-decoration : none;
  }

a:hover  {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   color : #ff99000;
   text-decoration : underline;
  }
  
  
/* Menu links colours*/  

a.menu:link {
   color : #666666;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 10px;
   text-decoration : none;
  }
  
a.menu:active  {
   color : #000000;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 10px;
   text-decoration : underline;
  }


 a.menu:visited  {
   color : #666666;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 10px;
   text-decoration : none;
  }
  
a.menu:hover  {
   color : #000000;
   font-family : Arial, Helvetica, sans-serif;
   font-size : 10px;
   text-decoration : underline;
  }


/* Used to clear menu table in netscape*/

.menuback {background-image:none;}


/* Form style for use in netscape */

TEXTAREA, INPUT, SELECT, OPTION, .area {
font-family: Andale Mono, Courier New, Courier, monospace;
font-size: 13px;
}


/* Background colours for menu*/

.menubackground {background-color: #CCCCCC;}
.submenubackground {background-color: #FFFFCC;}


/* Text Styles */
/* These aren't used at this stage */

.hometext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: none; ! important }

.titlehead { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; text-decoration: none; font : bold; ! important }

.subhead1 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; text-decoration: none; font : bold; ! important }

.subhead2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; text-decoration: none; font : bold; ! important }