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

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
	background: #5eb6e4;
	color:#666666;
	vertical-align:middle;
}
td {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	size:11px;
}
h1 {
	font-size: 15px;
	font-weight:normal;
}
a {
	text-decoration:none;
	color:#666666;
}
.header {
	background: #5eb6e4;
	height:35px;
}
.mainContent {
	background: #a3d5ef;
	height:495px;
	padding:0;
}
.spacer {
	background:#a3d5ef;
	height:40px;
	text-align:left;
	vertical-align:middle;
}
.footer {
	background:#5eb6e4;
	height:40px;
}
.footer p {
	margin-top:10px;
	margin-left:0px;
	font-size:11px;
	color:#ffffff;
}
.footer a {
	color:#ffffff;
	text-decoration:none;
}
.button {
	background-image:url(../images/btn.gif);
	border:none;
	width:81px;
	height:24px;
	color:#333;
}
.field {
	border:solid #666666 1px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
}

