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 = grey */
a:hover {color: #666666;
        font-weight:bold;} 

/* Main background of the body = aquamarine */
body {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
      font-size: 12pt;
     background-color: #AFCFBF;
      text-align: left;
      margin:0}

.maintable {background: #FFFFCC}

.contenttable {background: #ffffcc;
            font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			color:#333333;
            font-size: 12pt;
            text-align: left;
            vertical-align: middle;}
			a:link {color: #ffffcc;
        font-weight:bold;} 

.menu {vertical-align: top;
       background: #006666;}

/* Navigation bar background = blue */
.menutable {background: #006666;
            font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
            font-size: 12pt;
            text-align: center;
            vertical-align: middle;}

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

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

/* blue */
.blue {background: #006666; 
       font-weight:bold;
       font-size: 12pt;}

.main {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
      font-size: 12pt;
      color: #FFFFFF;
      text-align: left;
	  
	
.border {color: 006666}

.footer {font-size: 8pt;}

.subheadings {font-weight:bold;
              color: #66CCCC;}.bullet {
	list-style-position: outside;
	list-style-type: circle;
}
