@charset "UTF-8";
.mainsitebgcolour {
	background-color: #00a5e2;
}
.mainlinkbgimage {
	background-image: url(../bgimages/linksbgimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.headerbgimage {
	background-image: url(../bgimages/headerbgimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.maintabletopbgimage {
	background-image: url(../bgimages/maintabletopbgimage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainttablehorizontalbgimage {
	background-image: url(../bgimages/maintablehorizontalbgimage.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #00a5e2;
}
.subtitletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #97ca3d;
}
.bodytext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ee4498;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #f47920;
}
.mainlinktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #25408f;
}
