body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:20px;
	margin-left:40px;
}

td {
	font-size: 12pt;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #099;
}
a:hover {
	text-decoration: none;
	color: #099;
}
input, textarea {
	background-color: #CCCCCC;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	padding: 2px;
}

.error {
	color: #900;
	font-size: 8pt;
}

.success {
	color: #090;
	font-size: 8pt;
}

.small {
	font-size: 8pt;
}
