@charset "utf-8";
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #9CA4AC;
}
.copyright a:hover {
	color: #2D3C42;
	text-decoration: underline;
}
.copyright a:active {
	color: #9CA4AC;
	text-decoration: none;
}
.copyright a:link {
	color: #9CA4AC;
	text-decoration: none;
}
.copyright a:visited {
	color: #9CA4AC;
	text-decoration: none;
}

.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
.body_copy_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.body_copy_bold a:link {
	color: #000000;
	text-decoration: none;
}
.body_copy_bold a:active {
	color: #000000;
	text-decoration: none;
}
.body_copy_bold a:visited {
	color: #000000;
	text-decoration: none;
}
.body_copy_bold a:hover {
	color: #786B5C;
	text-decoration: underline;
}


.background_colour {
	background-color: #EBEDEE;
}

.text_fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}
.text_links a:visited {
	color: #786B5C;
	text-decoration: none;
}
.text_links a:active {
	color: #786B5C;
	text-decoration: none;
}
.text_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #786B5C;
}
.text_links a:hover {
	color: #786B5C;
	text-decoration: underline;
}
.text_links a:link {
	color: #786B5C;
	text-decoration: none;
}

