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


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
body {
	background-color: #0066FF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.Footer {
	font-size: small
}
.Title {
	font-size: xx-large;
	font-weight: bold;
}