body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	
}
table {
	font-size: 1em;
}
hr {
	border: none;
	background-color: #FF0000;
	height: 1px;
	width: 95%;
	color: #FF0000;
}
#header {
	font-size: 2.5em;
	font-weight: bold;
	border-top: #FF0000 thin solid;
	border-bottom: #FF0000 thin solid;
	text-align: center;
	
}
#header2{
	font-size: 1em;
	font-weight: bold;
	border-bottom: #FF0000 thin solid;
	text-align: center;
	margin-bottom: .25em;
}
.imgLeft {
	float: left;
	
	
}
.imgRight {
	float: right;
	
}
.centre {
	text-align: center;
}
.textSmall {
	font-size: 0.7em;
}
.boldText {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: Red;
}

a:hover {
	color: Red;
	text-decoration: underline;
	}

select, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	}
#nav li {
	display: inline;
	margin: 0 3px 0 3px;
	
}
#nav a:link, #nav a:visited {
	padding: 3px 10px 2px 10px;
	color: #FFFFFF;
	background-color: #B51032;
	text-decoration: none;
	border: 1px solid #711515;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #711515;
}
#clear {
	clear: both;
}
.redCentre {
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	padding: 0.25em;
	margin-bottom: 0.5em;
}

