body { 
        color: #000000;        /* text colour */      
        background-color: #A1AABD; /* bg colour */
        font:11px verdana;       
        font-weight: none;
        text-decoration: none;
     }

td   {                       /* table cells - normal */           
        color: #FFFFFF;        /* text colour */      
        background-color: #A1AABD; /* bg colour */
        font:11px verdana;
        font-weight: none;
        text-decoration: none;
     }

td.header                    /* table cells - headers */                  
        {                 
        color: white;        /* font colour */
        background: #A1AABD; /* bg colour */     
        font:11px verdana;   
        font-weight: none;
        text-decoration: none;
        }

td.content                   /* table cells - content */
        {                 
        color: white;        /* font colour */
        background: #A1AABD; /* bg colour */       
        font:11px verdana;
        font-weight: none;
        text-decoration: none;
        }

td.content_header                   /* table cells - content */
        {                 
        color: black;        /* font colour */
        background: #A1AABD; /* bg colour */       
        font:11px verdana bold;
        font-weight: none;
        text-decoration: none;
        }


input,textarea {             /* form input boxes */
        color: #000000; 
        font: 8pt verdana;
        font-weight: none;
        text-decoration: none;
        background: whitesmoke;
        border-width: .1em;
        border-style: solid;
        border-color: black;       
      }


a {                             /* links */ 
	font-size:11px;
	font-family:verdana;	
	text-decoration:underline;
  }

a:link {color:#0095ff;}
a:visited {color:#0095ff;}
