body, td {
	font-family: arial;
	font-size: 13px;
	color: #0077BD;
	text-align: justify;
}
h1 {
	font-size: 18px;
}
a {
	font-family: arial;
	font-size: 13px;
	color: #0077BD;
	text-decoration: underline;
}
a:hover {
	font-family: arial;
	font-size: 13px;
	color: #E44035;
	text-decoration: none;
}

input, select, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	background-color: #CCE4F2;
	border: thin groove;
	width: 260px;
}

.checker {
	background-color: #ffffff;
	border: solid 0px #000000;
	width: 20px;
}