@charset "ISO-8859-1";
.body {
	font-family: helvetica;
	font-size: 10px;
	color: #000000;
}

a:link {
	color: #0077A2;
	text-decoration: underline
}
a:active {
	color: yellow;
	text-decoration: none
}
a:visited {
	color: #0077A2;
	text-decoration: underline
}
a:hover {
	color: #FF6600;
	text-decoration: underline
}
.MAINtext {
	font-family: helvetica;
	font-size: 12px;
	color: #000000;
}
.HEADERtitle {
	font-family: helvetica;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.White-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
}
.RED-side-text {
	font-family: helvetica;
	font-size: 12px;
	color: #993300;
}
.grey-side-text {
	font-family: helvetica;
	font-size: 10px;
	color: #999999;
}
.BLUE-sideHEADER {
	font-family: helvetica;
	font-size: 14px;
	text-transform: uppercase;
	color: #0077A2;
	font-weight: bold;
}

