.body/*Tochin 2006*/

 { /*Defines background colour, page fonts & margins*/
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	color: #000000; /*Change this hex number to change background colour of main page*/
}
.body-centre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12px;
	text-align: center;
}


.sidebox { /*content box on left of back*/
	background-color: #DAD5CB;
	background-image: url(../images/site/sidebox_gradient.jpg);
	background-repeat: repeat-x;
	font-size: 8 px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 { /*Page headers with underline*/
	background-image: url(../images/site/headerback.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #4A4335;
	background-position: 0px 15px;
	padding-bottom: 2px;
	line-height: 12pt;
}

.main_content {
	padding: 10px;
	background-color: #DAD5CB;
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0px 15px;
	font-size: 9pt;
	font-weight: normal;

}

.contact_details {color: #FFFFFF} /*Colour of contact details at bottom of page*/

/* Contact Detials link style */

.contact_details a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.contact_details a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.contact_detials a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;

}
.contact_details a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*General Link Style*/

a:link {
	color: #fa0505;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	line-height: 12pt;
}
