﻿div {
	white-space: nowrap;
	text-align: center
}
td             {
	text-align: center
}
table {
	border-style: none;
	border-width: thin;
	width: 100%
}
img {
	border-style: solid;
	border-width: thin;
	border-color: #C0C0C0 #808080 #808080 #C0C0C0;
	margin: 6px
}
hr 
{
	background: #FF6600;
	border: 0;
	height: 8px;
}
a:link              {
	color: #F03000;
	text-decoration: none
}
a:visited      {
	color: #A83600;
	text-decoration: none
}
a:hover      {
	text-decoration: underline
}
a:active      {
	color: #CC3300;
	text-decoration: none
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 2em;
	font-weight: lighter;
	text-align:center;
	color: #005500;
	margin: 0em 0px 0.1em 0px
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	text-align: center;
	font-weight: lighter;
	color: #005500;
	margin: 0em 0px 0.1em 0px
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: lighter;
	color: #005500;
	margin: 0em 0px 0.1em 0px
}
p	{
	text-align: left;
	font-size: 0.7em;
	margin-top:0px;
	margin-bottom: 0px
}
.centre {
	text-align: center
	}
.left {
	text-align: left;
	margin-bottom: 0px
}