@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
.blueheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #0098C4;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
	font-style: normal;
	font-weight: normal;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
A:link {
	color: #006699
}
A:visited {
	color: #993300
}
A:active {
	color: #6699cc
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
}
.spacedtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #000000;
}
