.bodytext {
  font-family: Verdana;
  font-size: 12pt;
  color: white;
}

.bodytextbold {
  font-family: Verdana;
  font-size: 13pt;
  font-weight: bold;
  color: #e0e0e0;
}

.heading {
  font-family: Verdana;
  font-size: 15pt;
  font-weight: bolder;
  color: #e0e0e0;
}

.copyright {
 font-family: Verdana;
  font-size: 10pt;
  font-weight: bold;
  color: #335555;
}

.bodytextlink {
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #335555;
}

.bodytextlink2 {
  font-family: Verdana;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  color: #FFFFFF;
}

.footerlink {
  font-family: Verdana;
  font-size: 8pt;
  text-decoration: none;
  text-align: center;
  color: #335555;
}

.leftcorner {
	position:relative;
	top:-15px;
	left:-10;
	
}

.rightcorner {
	position:relative;
	top:-15px;
	left:-6;
	
}

.outercolour {
 background-color: #f4fef4;
}

.Sshot {
position: absolute;
visibility: hidden;
top: 10px;
left: 10px;
}

body {
	background-color: #334f47;
}