h1 {
	font-size: larger;
	text-transform: none;
	color: #FeFeFe;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: small-caps;
}
h3 {
	font-size: medium;
	color: #fefefe;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}
.footer {
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/background.gif);
}
.bold {
	font-weight: bold;
	color: #fefefe;
	font-size: large;
}
.minor {
	font-size: small;
	color: #fefefe;
}
.headerindent {
	font-weight: bold;
	color: #fefefe;
	font-size: large;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}
.normalindent {
	font-weight: normal;
	color: #fefefe;
	font-size: medium;
	padding-left: 40px;
}
.rightjustify {
	font-weight: normal;
	color: #fefefe;
	font-size: medium;
	padding-left: 40px;
	text-align: right;
}
.normal {
	color: #fefefe;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.centreheader {
	color: #FFCC00;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	font-size: x-large;
	text-align: center;
}

