@charset "UTF-8";
body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 25px;
	min-height: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #005b9e;
	font-size: 15px;
	color: #000000;
	vertical-align: top;
	background-attachment: fixed;
	margin-right: 25px;
	margin-left: 25px;
	font-weight: normal;
	background-image: url(../_assets/backgrounds/cover02.jpg);
}
.body_OUTER {
	min-width: 974px;
	max-width: 1100px;
	height: 0px;
}
a:link {
	color: #005b9e;
	text-decoration: underline;
}
a:visited {
	color: #005b9e;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #005b9e;
}
a:hover {
	color: #C67022;
	text-decoration: underline;
}
