body {
	text-align: center;
	font-size: 11px;
}
td {
	text-align:left;
}
td#nota {
	text-align:right;
}
td#nota div.label{
	text-align: left;
	padding-left: 110px;
}
body, input {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: black;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	padding: 25px 0 100px;
}
input {
	width: 223px;
}
input#province {
	width: 100px;
}
input#zip {
	width: 50px;
}
textarea {
	width: 500px;
	height: 200px;
}
div#error {
	text-align:center;
	font-weight:bold;
	color: #993300;
	border: 1px solid #993300;
	padding: 15px 0;
	margin-bottom: 20px;
}
div#footer {
	text-align:center;
	margin-top: 100px;
	font-size: 9px;
	border-bottom: 1px solid black;
}