.menuheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	display: block;
	width: 100px;
	height: 100%;
}
.menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 100%;
	width: 100px;

}
.menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 100%;
	width: 100px;
}
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	font-weight: bold;
	height: 100%;
	width: 100px;
}
.menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 100%;
	width: 100px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	text-align: justify;
	margin: 15px;
	display: block;
	font-weight: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	text-align: justify;
	margin: 15px;
	display: block;
	font-weight: bold;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: center;
	display: block;
	font-style: italic;
}
.titlecentred {

	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	text-align: center;
	margin: 15px;
	display: block;
	font-weight: bold;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-position: left;
}
