a:link,a:visited,a:hover {text-decoration: none;}

/* Link item/address = cream */
a:link {color: #ffffcc;
        font-weight:bold;} 

/* Visited item/address = cream */
a:visited {color: ffffcc;
           font-weight:bold;}  

/* Hovering over link item/address = blue */
a:hover {color: #330066;
        font-weight:bold;} 

/* Many background of the body = white */
body {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
     /* background-color: #FFFFFF;*/
      text-align: left;
      margin:0}



.contenttable {background: #ffffcc;
            font-family: Arial,Helvetica,sans-serif;
			color:#993333;
            font-size: 10pt;
            text-align: left;
            vertical-align: middle;}

.grid {text-align: left;
       font-size: 8pt;}

/* Navigation bar background = red */
.menutable {background: #993333;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 10pt;
            text-align: center;
            vertical-align: middle;}

/* Contact table text info = red */
.contacttable 
            {font-family: Arial,Helvetica,sans-serif;
			color: #993333;
            font-size: 10pt;
            text-align: left;
            vertical-align: middle;
					

/* blue horizonal line */
.hrcolour {color: #66CCCC;}

/* blue */
.blue {color: #66cccc; 
       font-weight:bold;
       font-size: 10pt;}

.main {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      color: #FFFFFF;
      text-align: left;
	  
	  
	  



.footer {font-size: 8pt;}

.subheadings {font-weight:bold;
              color: #66CCCC;}
