body {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}
/* Validators */
div#validators {
	width: 770px;
	margin: 0 auto; /*height: 18px;*/
/*background: #1B8AA5;*/
	background: #1B8AA5;
	font-size: 0.7em;
	color: White; /*vertical-align: middle;*/
	font-size: 0.7em; /*font-size: 10px;*/
	font-weight: normal;
}
/* Foother */
div#footer {
	width: 770px;
	margin: 0 auto; /*height: 18px;*/
	background: #c7c7c7;
	font-size: 0.7em;
	color: #575757; /*vertical-align: middle;*/
/*font-size: 10px;*/
	font-weight: normal;
}
a.valid {
	color: White;
	text-decoration: none;
}
a.valid:hover {
	color: Black;
}