body {
	background-color: #003680;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #ffffff;
	background-color: #5db7e4;
}

td.footer {
	background-color: #003680;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	font-size: 90%;
}

a:hover {
	color: #83c5e0;
	text-decoration: none;
	font-size: 90%;
}

a.white:link, a.white:visited, a.white:active, a.white:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 100%;
}

td.header {
	background-color: #0f62b7;
}

.header {
	font-size:90%;
	color: #5db7e4;
}

.footer {
	font-size:80%;
	font-weight: normal;
	color: #51B1E2;
}

a.faqs:link, a.faqs:visited, a.faqs:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}

a.faqs:hover {
	color: #00459c;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
}
#newFooter {
	margin-top:10px;
}
#newFooter input {
	border:none;
	font-size:80%;
	margin-right:5px;
}
#newFooter .button {
	color:#FFFFFF;
	background:#0062b5 !important;
}