@charset "utf-8";
/* Default CSS Settings */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
}
body {
	background-color: #FFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(../images/bkg1.jpg);
}
a:link {
	color: #0263A9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0263A9;
}
a:hover {
	text-decoration: underline;
	color: #88B14B;
}
a:active {
	text-decoration: none;
	color: #BAF0FF;
}
.highlight {
	font-size: medium;
	font-style: italic;
	color: #006EA1;
	text-align: center;
}
.main-text {
	text-align: justify;
}
.main-centred {
	text-align: center;
}
.footer-text {
	font-size: x-small;
	color: #FFF;
}
.titles {
	font-size: medium;
	font-style: bold;
	color: #006EA1;
	text-align: left;
}
#messagebody {display: none;}
.names {
	font-size: small;
	font-style: italic;
	text-align: right;
	font-weight: bold;
}
