@charset "utf-8";
/* CSS Document */
body {
	background-color: #C6CDD3;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #8A9496;
}
a:link {
	color: #7F898B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7F898B;
}
a:hover {
	text-decoration: none;
	color: #A9B8BF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}