body, p, td, li, blockquote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	max-width: 1024px;
	font-size: 0.9em;
}
body {
/*	background-color: #FFFFFF; */
	background-image: none;
	margin: 0px; padding:0px; 
}

.centre {
	text-align: center;
}
/*
p.pagelinks {
	text-align: center;
	font-size: 8pt;
}

h1 {
	font-size: 16pt;
	margin : 10px 0px 0px 0px;
}

h2 {
	font-size: 13pt;
}

h3 {
	font-size: 11pt;
}

h4 {
	font-size: 10pt;
}

h5 {
	font-size: 10pt;
	padding: 0px 0px 0px 20px;
}
*/
a:hover {
	color : #0000FF;
	background-color: inherit;
	text-decoration : underline;
}

a:link, a:visited {
	color : #0000CC;
	background-color: inherit;
	text-decoration : none;
}

img {
	border: none;
}

form p {
	clear: left;
	margin: 0;
	padding: 5px 0 0 0;
	}

form p label {
	float: left;
	width: 40%;
/*	font: bold;*/
	}
fieldset {
	padding: 10px;
	width: 80%;
	}

legend {
	color: #00008B;
	background-color: #FFF
	}

.validate {
	display: block;
	font-size: 1.0em;
	text-align: center;
}

.validate img {
	width:88px;
	height:31px;
	vertical-align: middle;
}
.validate p { /* used to hide the separator bars between images which are links */
	color: #fff;
	background-color: inherit;
	}
p.access { /* used to hide the separator bars between images which are links */
	color: #fff;
	background-color: inherit;
	}

.hide {  /*	used to hide form fields in the spam trap */
	display: none;
	}
.imageRight { 
	float: right;
	padding: 0 0 10px 10px;
	font-style:italic; 
	text-align: center;
	border: 0 none;
} 

.imageLeft { 
	float: left;
	padding: 0 10px 0 10px;
	font-style:italic; 
	text-align: center;
	border: 0 none;
} 
