@charset "iso-8859-1";
/* CSS Document */

.noprint {
	display:none;
}

body {
	background:#fff;
	color:#000;
	margin:0;
	padding:0;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	padding: 0;
}

table,tr, thead {
	border-color: #000;
}
