body { margin: 0px; }
a img { border: none; }
td { font-family: arial; font-size: 8pt; }
input, textarea, select { font-size: 8pt; }
.required_field { color: red; }
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
}