html {
	font-size: 14px;
	line-height: 20px;
}
body {
	background-color: #DDD;
	background-image: url('../images/background.png');
}
div.h_centred {
	margin: 0 auto;
	width: 912px;
	text-align: left; /* for IE */
}
div.h_centred {
	position: relative;
	left: 0;
	top: 0;
}
div.frame {
	position: relative;
	left: 0;
	top: 0;
}
div.frame {
	margin: 24px 0;
	padding: 0 0 12px 0;
	min-height: 900px; /* 912 minus 12 */
	background-color: white;
}
div.head,
div.content {
	position: relative;
	left: 0;
	top: 0;
	z-index: 2;
}
div.head {
	height: 144px;
	background-color: #58B;
	background-image: url('../images/head/blue.png');
	overflow: hidden;
}
body.fzg div.head {
	background-color: #F63;
	background-image: url('../images/head/orange.png');
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
div.head h2,
div.head h3 {
	display: none;
}
ul {
	margin-right: 200px;
}
p.footnote {
	font-size: 12px;
}
/* -------------------------------------------------------------------------- */
div.head div.menu {
	position: absolute;
	right: 12px;
	top: 108px;
}
div.head div.menu {
	background-color: #8AC;
	background-image: url('../images/head/blue-menu.png');
	background-repeat: no-repeat;
	background-position: right top;
}
body.fzg div.head div.menu {
	background-color: #F86;
	background-image: url('../images/head/orange-menu.png');
}
div.head div.menu td {
	height: 24px;
	vertical-align: middle;
}
div.head div.menu a,
div.head div.menu a:visited {
	display: block;
	padding: 0 8px;
	line-height: 24px;
	color: black;
}
/* -------------------------------------------------------------------------- */
div.shadows {
	position: absolute;
	left: -8px;
	top: -8px;
	right: -8px;
	bottom: -8px;
}
div.shadows div {
	position: absolute;
	z-index: 1;
}
div.shadows div.shadow_corner1 {
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background-image: url('../images/shadows/corners.png');
	background-repeat: no-repeat;
	background-position: left top;
}
div.shadows div.shadow_top {
	left: 16px;
	top: 0;
	right: 16px;
	height: 8px;
	background-image: url('../images/shadows/top-bottom.png');
	background-repeat: repeat-x;
	background-position: center top;
}
div.shadows div.shadow_corner2 {
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background-image: url('../images/shadows/corners.png');
	background-repeat: no-repeat;
	background-position: right top;
}
div.shadows div.shadow_left {
	left: 0;
	top: 16px;
	width: 8px;
	bottom: 16px;
	background-image: url('../images/shadows/left-right.png');
	background-repeat: repeat-y;
	background-position: left center;
}
div.shadows div.shadow_right {
	right: 0;
	top: 16px;
	width: 8px;
	bottom: 16px;
	background-image: url('../images/shadows/left-right.png');
	background-repeat: repeat-y;
	background-position: right center;
}
div.shadows div.shadow_corner3 {
	left: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	background-image: url('../images/shadows/corners.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.shadows div.shadow_bottom {
	left: 16px;
	bottom: 0;
	right: 16px;
	height: 8px;
	background-image: url('../images/shadows/top-bottom.png');
	background-repeat: repeat-x;
	background-position: center bottom;
}
div.shadows div.shadow_corner4 {
	right: 0;
	bottom: 0;
	width: 16px;
	height: 16px;
	background-image: url('../images/shadows/corners.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

