/*--  Green: #B4D670;  Orange: #EAB649; Blue: #7BD2F7; Grey: #585858;  Text Colour: #585858;    --*/ 


body  {
	Font-size : 12px;
	Color : #585858;
	Font-family : Arial, Helvetica, sans-serif;
}

p  {
	Font-size : 12px;
	Color : #585858;
	Font-family: Arial, Helvetica, sans-serif;
}

td  {
	Font-size : 12px;
	Color : #585858;
	Font-family: Arial, Helvetica, sans-serif;
}
.bold  {
	Font-size : 12px;
	Color : #585858;
	Font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headingblue  {
	Font-size: 14px;
	Color: #7BD2F7;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headinggreen  {
	Font-size : 13px;
	Color : #B4D670;
	Font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headingorange  {
	Font-size : 13px;
	Color : #EAB649;
	Font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.footerwhite  {
	Font-size : 12px;
	Color : white;
	Font-family: Arial, Helvetica, sans-serif;
}
.footergreen  {
	Font-size : 11px;
	Color : #B4D670;
	Font-family: Arial, Helvetica, sans-serif;
}
/*-- White links on homepage    --*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	Color : #7BD2F7;
	text-decoration : underline;
}
a:visited {
	font-size: 13px;
	color: #7BD2F7;
	text-decoration : underline;
}
a:hover {
	font-size: 13px;
	color: #EAB649;
	text-decoration : underline;
}
a.linkwhitefooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	Color : white;
	text-decoration : underline;
}
a.linkwhitefooter:visited {
	font-size: 12px;
	Color : white;
	text-decoration : underline;
}
a.linkwhitefooter:hover {
	font-size: 12px;
	color: #7BD2F7;
	text-decoration : underline;
}
a.linkgreenfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	Color : #B4D670;
	text-decoration : underline;
}
a.linkgreenfooter:visited {
	font-size: 11px;
	Color : #B4D670;
	text-decoration : underline;
}
a.linkgreenfooter:hover {
	font-size: 11px;
	color: #EAB649;
	text-decoration : underline;
}


.tdcolororange 
{
	background-color: #EAB649;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding : 4pt;
}
.tdcolorblue 
{
	background-color: #7BD2F7;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding : 4pt;
}
/*-- Table - Toffee --*/
.tdcolorgreen 
{
	background-color: #B4D670;
	font-size: 11px;
	color: white;
	font-weight: bold;
	padding : 4pt;
}
	/*-- Form field - pale green --*/
input.field { font-size: 9pt; color: #ffffff; background-color: #B4D670;
 }
select.field {	font-size: 9pt; color: #ffffff; background-color: #B4D670;
 }
textarea.field { font-size: 9pt; color: #ffffff; background-color: #B4D670;
 }
	/*  Form Buttons  */
.button 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #B4D670;
	border: 2px solid;
	border-color: 686682 262531 262531 686682;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-left : 1px;
	padding-right : 1px;
} 

/*-- <input type="radio" name="Contact By" CHECKED VALUE="Contact by Email" style="background: #bcbcbc; color:#ffffff;"> --*/

