@charset "utf-8";
/* CSS Document */

.Centre {
	text-align: left;
}
.Leftie {
	background-image: url(images/left_fade.jpg);
}
.Rightie {
	background-image: url(images/right_fade.jpg);
}
.Left_line {
	background-image: url(images/left_line_fill.jpg);
}
.Right_line {
	background-image: url(images/right_line_fill.jpg);
}
.Background_colour {
	background-color: #CCC;
}
.Bottom_left {
	background-image: url(images/footer_left_3col.jpg);
	background-repeat: no-repeat;
}
.Bottom_middle {
	background-image: url(images/footer_mid.jpg);
	background-repeat: no-repeat;
}
.Bottom_right {
	background-image: url(images/footer_right_3col_2.jpg);
	background-repeat: no-repeat;
}
.Main_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
.Footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: left;
}
.black_background {
	background-color: #000;
}
.Larger_footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.Headline_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	font-variant: normal;
	text-transform: uppercase;
}
.Main_type_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
Headline_REd {
	color: #990;
}
.Headline_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #900;
}
