@charset "utf-8";
body {
	font-family: "Arial Narrow";
	color: #666;
}

/* CSS Document */


.PageTitle ,h1{
	font-family: "Arial Narrow";
	color: #00AFFF;
	font-size: 36pt;
	line-height: 24pt;
}
img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight {
	float: right;
	margin: 5 0 0 5px;
}
a img { border: 0; }

hr {
	background-position: center;
	width: 75%;
	border: 1px solid #00AFFF;
	;
}

</style>
a {
	color: FFA600;
	text-decoration: none;
}
a:hover {
	color: #ffa600;
	text-decoration: underline;
}
a {
	color: #00AFFF;
}

.bluefont {
	color: 0099FF;
}
.subtitle {
	font-size: 140%;
	color: #0099FF;
	font-weight: bold;
}
p strong {
	color: #00AFFF;
	font-weight: bold;
}
.centred {
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.blue {
	color: #00afff;
}
.subtitle {
	color: #00AFFF;
	font-size: 110%;
	font-weight: bold;
}
.bluetable {
	border: thin solid #00AFFF;
	border-collapse: collapse;
}
.bluetabletd {
	border: thin solid #00AFFF;
	text-align: center;
}

