@charset "UTF-8";

body {
}
A:link {text-decoration: none; color: #000000}
A:visited {text-decoration: none; color: #000000}
A:active {text-decoration: none; color: #000000}
A:hover {text-decoration: none; color: #990000}
.left {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
	position: absolute;
	font-size: medium;
	left: 10px;
	top: 10px;
	line-height: 20px;
}
.centre {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 500px;
	position: absolute;
	left: 270px;
	font-size: medium;
	top: 10px;
	line-height: 20px;
}
.grey {
	color: #999999;
	font-size: medium;
}
.greysmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #999999;
	line-height: 20px;
}
.burgundysmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #990000;
	line-height: 20px;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 20px;
}
.right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	position: absolute;
	width: 200px;
	left: 850px;
	top: 10px;
	color: #999999;
	line-height: 20px;
}
.burgundy {
	color: #990000;
}
.italic {
	font-style: oblique;
}
.centrealt {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 780px;
	position: absolute;
	left: 270px;
	font-size: medium;
	top: 10px;
	line-height: 20px;
}
.border-color {
border-style:solid;
border-color:#999999;
}
