@charset "UTF-8";
/* CSS Document */

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ee2e24;
}
a:active {
	color: #ee2e24;
}

.bodycopy {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
