	body {
		background: #ddd;
		font-size: 85%;
		font-family: verdana, arial, helvetica, sans-serif;
		padding: 0;
		margin: 0 1px 0 1px;
		}

	#header {
		margin: 30px auto 2em auto;
		width: 56em;
		}

	#text {
		width: 36em;
		}

	#menu {
		float: right;
		width: 16em;
		}

	div.table {
		margin-top: 3em;
		text-align: center;
		}

	#footer {
		text-align: center;
		margin: 1em 0 30px 0;
		}

	a:link {text-decoration: none; color: #7f5100}
	a:visited {text-decoration: none; color: #7f5100}
	a:hover {text-decoration: underline; color: #7f5100}
	a:active {text-decoration: none; color: #7f5100}

	ul {
		list-style-type: none;
		margin: 0;
		padding: 1em 0 1em 0;
		}

	li {
		margin: 0 0 1em 0;
		}

/* Long form margin styles required for table centreing in IE5 Mac */
	table {
		background-color: #fff;
		font-size: 1em;
		margin-top: 1em;
		margin-right: auto;
		margin-bottom: 1em;
		margin-left: auto;
		border: 1px solid #666;
		caption-side: top;
		}

	caption {
		margin: 0 auto 1em auto;
		}

	td {
		text-align: center;
		padding: 0.25em 0.4em;
		white-space: nowrap;
		}

	td.small {
		font-size: 0.75em;
		}

	td.left {
		text-align: left;
		color: #777;
		}

	td.right {
		text-align: right;
		color: #777;
		}

	td.border, td.noborder {
		font-size: 0.75em;
		background: #eee;
		}

	td.border {
		border-bottom: 1px dotted #666;
		}

	td.blank {
		background: #666;
		}

	col {
		width: 5.25em;
		}

	col.subsidiary {
		width: 2em;
		background: #eee;
		}

	col.order, col.keysig {
		background: #ccc;
		}

	col.order {
		width: 2.5em;
		}

	col.keysig {
		width: 8em;
		}

	.grey {
		color: #777;
		}

	h1 {
		font-weight: lighter;
		font-size: 2em;
		margin: 0 0 1em 0;
		}

	#text p {
		font-size: 1em;
		margin-top: 0;
		margin-bottom: 2em;
		padding-right: 4em;
		text-align: justify;
		}

	p.small {
		font-size: 0.75em;
		margin: 1.75em 0 5em 0;
		}
