@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Century Gothic', 'Tahoma', sans-serif;
	color: #000000;
	background: #D0D0D0;
}
a.frount:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FA8708;
	font-size: x-large;
	text-decoration: none;
	}
a.frount:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FA8708;
	font-size: x-large;
	text-decoration: none;
}
.thelocal {
	font-size: large;
	font-weight: bold;
	color: #0059E3;
}
a.frount:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #008AF3;
	font-size: x-large;
	text-decoration: none;
}
.copy {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.spacers {
	font-family: Arial, Helvetica, sans-serif;
	color: #FA8708;
	font-size: x-large;
}
.footer {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.pagetext {font-size: small}
.pagetitle {
	font-size: large;
	font-weight: bold;
	color: #3366FF;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FA8708;
	font-size: medium;
	text-decoration: none;
	}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FA8708;
	font-size: medium;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #008AF3;
	font-size: medium;
	text-decoration: none;
}