.maintable {  background-color: #FFFFFF}

body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}

.copy {  font-family: "Times New Roman", Times, serif; font-size: xx-small; color: #FFFFFF}

/* Button links */
div.button {
	height: 1em;
	margin: 0px;
	padding: 0px 4px;
	background: #000;
	color: #fff;
	background: #000;
}
div.button a,
div.button a:link,
div.button a:visited {
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
}
div.button a:hover {
	color: #fff;
}

div.button a.print {
	background-image: url(/images/document-print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}


