@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #9cc5ca;
	text-align: center;
	margin: 0px;
	line-height: 12px;
}
.clients {
	color: #789ca0;
	font-size: 11px;
	line-height: 12px;
	padding-top: 20px;
}
.clients a:link {
	color: #789ca0;
	text-decoration: none;
}
.clients a:hover {
	color: #e9831d;
	text-decoration: none;
}
.clients a:visited {
	color: #789ca0;
	text-decoration: none;
}
.clients a:active {
	color: #e9831d;
}
iframe {
border: 0px solid #ffffff;
overflow: hidden;
}
.footer {
	font-size: 9px;
	color: #627c7f;
	text-transform: uppercase;
	text-align: center;
	vertical-align: bottom;
}.footer a:link {
	color: #627C7F;
	text-decoration: underline;
}
.footer a:visited {
	color: #627C7F;
	text-decoration: underline;
}
.footer a:active {
	color: #627C7F;
}
.footer a:hover {
	color: #e9831d;
	text-decoration: underline;
}
