body#main  {
	font: 100% "Roboto Slab", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	font-size: 110%;
	margin: auto;
	padding: 0;
	width: 98%;
	color: #000000;
  background-color: #ffffff;
  border-style: none;
  }
  
.floatCentre {
	width: 95%;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	text-align: center;
  } 


.floatright { 
	float: right;
	margin-left: 8px;
  }

.floatleft {
	float: left;
	margin: 0 0 0 0;
  }

.floatclear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
  }
  
.imgscale {
    width:auto;
    height:auto;
    max-width:95%;
}

img {
	border-style: None;
	}
	
.normaltext {
	color: #000000;
	font-weight: 400;
  font-style: normal;
  }

.italictext {
	color: #000000;
	font-weight: normal;
	font-style: italic;
  }

.detailtext {
	font-size: 75%;
	color: #000000;
  }

.detailtextgreen {
	font-size: 60%;
	color: #002C0F;
	text-align: left;
  }

.contacttitletext {
	font-size: 80%;
	color: #002C0F;
	text-align: left;
	font-weight: 700;
  }

.contacttitlebody {
	font-size: 75%;
	color: #002C0F;
	text-align: left;
	font-weight: 700;
  }
      
.linktext {
	font: 100% Calibri, Lucida Sans Unicode, Lucida Grande, Verdana, Geneva, Arial, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	}

.detailitalictext {
	font-size: 75%;
	font-style: italic;
	font-weight: bold;
	color: #333300;
  }

.detailnormaltext {
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #333300;
	text-align: center;
  }
    
.imagecaption {
	font-size: small;
	font-style: italic;
	font-weight: 700;
	color: #333300;
	text-align: center;
  }

.bulletintext {
	font-size: 75%;
	font-weight: 700;
	color: #FF0000;
	text-align: left;
  }
    
.pricetext {
	font-size: 75%;
	font-weight: bold;
  color: #006600
  }
    
.bolditalicsubheader {
	font-weight: bold;
	color: #333300;
	font-style: italic;
  }

.boldheader {
	color: #660000;
	font-weight: bold;
  }

.boldreversetableheader {
  color: #CCFFFF;
  text-align: center; 
  font-size: small; 
  }

.style3 {
  color: #CCFFFF; 
  font-size: x-small; 
  }

.smallitalicbold {
	font-size: small;
	font-style: italic;
	font-weight: bold;
  }
  
  
.buttonclose { 
  border: none; 
  background: url('../buttons/closebutton.png') no-repeat top left; 
  padding: 4px 30px; 
  height: 30px; 
  width: 136px; 
  }

.buttonclose:hover { 
  border: none; 
  background: url('../buttons/closebuttonhover.png') no-repeat top left; 
  padding: 4px 30px; 
  height: 30px; 
  width: 136px; 
  }
  
