@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #86ccce;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.flash {
	text-align: center;
	margin: 0px auto;
	width: 800px;
	height: 600px;
}
.navigation {
	font: normal small Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 8px;
	text-align: center;
	margin: 0px auto;
	width: 600px;
}
.navigation a, .navigation a:active, .navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 20px;
}
.navigation a:hover {
	color: #000;
}

