@charset "UTF-8";
/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}
#header {
	width: 990px;
	height: 150px;
	background-color: #FFFFFF;
	text-align: center;
}
#leftcol {
	background: #ffffff;
	width: 120px;
	height: 500px;
	float: left;
}
#centre {
	background: #ffffff;
	width: 750px;
	float: left;
}
#rightcol {
	background: #ffffff;
	width: 120px;
	height: 500px;
	float: left;
}
#footer {
	background: #ffffff;
	clear: both;
	width: 990px;
	height: 100px;
}
  
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}
.small-centre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #663333;
	font-size: 9px;
	font-style: normal;
	text-align: center;
}
.left-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
	margin-left: 20px;
}
.left-subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
	margin-left: 20px;
}
.left-body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	font-style: normal;
	text-align: left;
}
.content-centre-24-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
	font-size: 24px;
	font-style: normal;
	text-align: center;
}
.content-centre-18-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
	font-size: 18px;
	font-style: normal;
	text-align: center;
}
.content-centre-18-blue-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3b89c9;
	font-size: 18px;
	font-style: normal;
	text-align: center;
}
.content-centre-16-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
	font-size: 16px;
	font-style: normal;
	text-align: center;
}
.content-centre-14-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
	font-size: 14px;
	font-style: normal;
	text-align: center;
}
.content-centre-14-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3b89c9;
	font-size: 14px;
	font-style: normal;
	text-align: center;
}
.content-centre-12-blue-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3b89c9;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
.content-centre-12-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3b89c9;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
.content-centre-10-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
	font-size: 10px;
	font-style: normal;
	text-align: center;
}
.right-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
}
.right-subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
}
.right-body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}
.body-11-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #663333;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
}
.body-11-bold-white {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
}
.body-11-bold-white-right {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	text-align: right;
	line-height: 18px;
}
a:link {
	text-decoration: none;
	color: #663333;
}
a:visited {
	text-decoration: none;
	color: #663333;
}
a:hover {
	text-decoration: none;
	color: #3b89c9;
}
a:active {
	text-decoration: none;
