.centre {
	background-color: #ffffff;
}



.bodytext {
	font-family: Verdana;
	font-size: 10.5pt;
	color: #333333;
	font-style: normal;
	font-weight: normal;

}
.MainHeadding {
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #C86838;
	font-weight: bolder;
	font-style:normal;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
a:link {
	color: #C86838;
	font-weight: BOLD;
	text-decoration: none;
	}
a:hover { 
	font-weight: BOLD; 
	text-decoration: underline; 
	color: #333333; 
	}
a:visited { 
	font-weight: BOLD; 
	text-decoration: none; 
	color: #C86838;
	}
a:active { 
	font-weight: BOLD; 
	text-decoration: underline; 
	color: #C86838;
	}

a.baselink:link {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	}
a.baselink:hover {
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	font-family: Verdana;
	}
a.baselink:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-family: Verdana;
	}
a.baselink:active {
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	font-family: Verdana;
	}
.copywright {

	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}
