body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, "Times New Roman";
	font-size: medium;
	font-style: normal;
	line-height: normal;
	text-align: left;
	font-weight: normal;
}

a {
	color: #0000ff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: hand;
	filter: Invert;
	text-decoration: none;
}
a:hover {
	color: #CC00FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: hand;
	filter: Light;
	text-decoration: none;
}
.darkbluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000080;
	text-align: center;
}
.bluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #0000FF;
	text-align: center;
}
.bolditaliccentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.centrebold {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.bluetextcentre {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-align: center;
	font-weight: bold;
}
.boldleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	color: #0000FF;
}
.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.redtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FF0000;
	text-align: center;
}
.bluebox 
{
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	text-align: left;
	border: thin groove #0000FF;
	margin: 7px;
	padding: 2px;
	height: 80px;
	width: 100%;
	clear: none;
	float: none;
	white-space: nowrap;
}
