@charset "UTF-8";
body {
	background: #0068b6;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #FFFFFF;
}
h1   {
	font-size: 1px;
	text-indent: -9000px;
	height: 0px;
	width: 0px;
	line-height: 1px;
}
h2  {
	font-size: 1px;
	line-height: 1px;
	text-indent: -9000px;
	height: 0px;
	width: 0px;
}
h3 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 10px;
}
h4 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	line-height: 0px;
}
p, label {
	font: 13px/13px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
a, a:link, a:visited, h4 a  {
	color: #FFFFFF;
	text-decoration: none;
	border-style: none;
}
a   img, form, fieldset {
	border-style: none;
}
a:hover  {
	color: #2EB490;
	text-decoration: underline;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	display: inline;
}
form li {
	display: block;
}
.green {
	color: #2EB490;
}
#wrapper   {
	width: 550px;
	background: #0068b6;
	margin: 0px auto;
	text-align: center;
	height: 600px;
}
#logo {
	background-image: url(/images/img_logo.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
	margin-top: 75px;
}
#info {
	margin: 0px;
}
#links {
}
