@charset "utf-8";
.bg-table {
	background-color: #A7B993;
	background-image: url(images/bg-center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-side {
	background-color: #A7B993;
	background-image: url(images/bg-side.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.topnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #A7B993;
	text-decoration: none;
}
.header {
	font-family: "Garamond Premr Pro Smbd";
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.maintext-burg-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #3E0001;
	text-decoration: none;
}
.subtitle {
	font-family: "Garamond Premr Pro Smbd";
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}


.bg-bottom {
	background-image: url(images/bottom-centre.jpg);
	background-repeat: no-repeat;
	background-position: left 700px;
	background-color: #DCE5D0;
}


.bg-bot-centre {
	background-color: #DCE5D0;
	background-image: url(images/bottom-centre.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg-bot-side {
	background-color: #DCE5D0;
	background-image: url(images/bottom-side.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
