@charset "utf-8";
#site {
	width: 750px;
	margin: 0 auto;
	position: relative;
}
#footerHome {
	text-align: center;
	position: relative;
	width: 500px;
/*	margin-bottom: 0px;*/
	left: 9px;
	top: 460px;
	height: 59px;
}
#footer {
	text-align: center;
	position: relative;
	width: 750px;
	left: 0px;
	top: 0px;
	height: 59px;
}
#credits {
	width: 750px;
	margin-top: 2px;
	text-align: right;
	left: 32px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	color: #000000;
	background: #3e73ba;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background: none;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
}
.credits {
	color: #ffffff;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: 9.5pt;
}
a.credits {
	text-decoration: none;
}
a.credits:hover {
	color: #00476C;
	background: none;
}

