@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #705D48;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #594210;
}
body {
	background-color: #ffffff;
	padding: 0px; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
fieldset {
	margin-bottom: 10px;
	margin-top: 10px;
}
a:link {
	text-decoration: none;
		color: #A08B3E;
}
a:visited {
	text-decoration: none;
		color: #A08B3E;
}
.chart {
	position: relative;
	visibility: visible;
	top: -200px;
}

a:hover {
	text-decoration: underline;
		color: #A08B3E;
}
a:active {
	text-decoration: underline;
		color: #A08B3E;
}.border_colour {
	border-top-color: #CCA42D;
	border-right-color: #CCA42D;
	border-bottom-color: #CCA42D;
	border-left-color: #CCA42D;
}
