/* PRINT CSS */
@media print {	@page { margin: 0.5in; size: landscape; }
	* { color: black !important; background: white !important;	}
		.noprint, .view, .edit, .archive, input, .header, #footer  { display: none;	}
		a { text-decoration: none;	}
		body { font: 12pt "Times New Roman", "TimesNR", "Times", serif 	}
		table {	border-collapse: collapse;	}
		tr.alt-tr { text-align: left; margin-top: 0.5em;	}
		td { border-bottom: 1px solid black; padding: 0 0.5em;	}
		td.money { text-align: right;	}
		}
