﻿body {
	padding: 100px 5px 30px 230px;
	margin: 0px;
}
a {
	color: #0000FF;
}
a:visited {
	color: #800080;
}
a:active {
	color: #FF0000;
}
form {
	display: none;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
h3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
ul {
	list-style-position: outside;
	position: relative;
	left: -10px;
}
table {
	border: 1px solid #C0C0C0;
	empty-cells: hide;
	border-spacing: 0px;
}
th {
	border: 2px solid #C0C0C0;
}
td {
	border: 1px solid #C0C0C0;
}
.fixed {
	background-color: #FFFFFF;
	position: fixed;
	z-index: 3;
}
.absolute {
	position: absolute;
	z-index: 1;
}
.hidden
{
	color: Gray;
}
.inset {
	display: none;
	position: relative;
	left: 20px;
}
.important
{
	font-style: italic;
	color: Red;
}
.right {
	text-align: right;
	font-style: italic;
}
.compact {
	display: none;
}
.aside {
	font-style: italic;
	position: relative;
	top: -10px;
}
.notes {
	font-size: smaller;
	text-align: left;
}
.centred {
	text-align: center;
}
.control {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	vertical-align: middle;
}
