html, body { background: #fff; }
html, body, td { font: 9pt verdana; }

/* Links */
a { color: #0000FF; text-decoration: none; }
a:link, a:visited { color: #0000FF; text-decoration: none; }
a:hover, a:active { color: #6600FF; text-decoration: underline; }

/* Specific HTML */
small { font-size: 0.8em;  }
img { border: 0px; }
form { margin: 0; padding: 0px; }

/* Form Lineup */
label span {
	float: left;
	width: 10em;
}

.error {
	color: red;
}


/* Custom Sheet */
#copyright {
	font: 9px/11px verdana;
	color: #999999;
}
