
@import url("colours.css");

div, span {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body, p, td, th, div, span, textarea, pre, input, select {
	background-repeat: repeat;
	font: 10pt sans-serif;
}

h1 {
	font: 28pt Arial,sans-serif;
	text-align: center;
}

h2 {
	font: 20pt Arial,sans-serif;
	text-align: center;
	vertical-align: top;
}

body {
	background: white;
	color: black;
	margin: 0px;
	padding: 0px;
}

table {
	border-width: 1px;
	border-style: none;
	border-collapse: collapse;
	border-color: #999;
	empty-cells: show;
}

tr {
	border-width: 1px;
	border-style: none;
}

td {
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	padding: 1px;
}

th {
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	white-space: nowrap;
	font-weight: bold;
}

caption {
	font-size: large;
	font-weight: bold;
	margin: 0.3em auto;
}

img {
	border-width: 1px;
	border-style: none;
	border-color: black;
	display: block;
}

form {
	margin-bottom: 1em;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

button {
	padding: 4px;
}

a.nowrap {
	white-space: nowrap;
}

@media print {
a {
	text-decoration: none;
	color: black;
}

a:link {
	text-decoration: none;
	color: black;
}

}

.replace {
	display: block;
	height: 0px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 0 auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}

.clearfix:after { content: "."; display: block; clear: both; height: 0px; visibility: hidden; }

th.spacer {
	border-style: none;
}
