html { margin: 0 }
body {
        margin: 0;
	color: #000000;
	font-family: "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;
	font-size: small;
}
textarea {
        line-height: 1.5em;
	border: 2px solid;
	font-weight: bold;
}
/** {*/
td {
	background-color: white !important;
	background-image: none !important;
        line-height: 0.3em; 
	page-break-inside: avoid;
	white-space: nowrap;
}
thead { display: table-header-group }
tfoot { display: table-row-group }
tr { page-break-inside: avoid }

input {
	border: 0.75px solid;
	font-weight: bold;
}
#utility-links,
#header,
#nav,
#sidenav,
#footer,
.noprint,
#page_feature {display: none;}

h2 { font-size: 10pt; text-decoration: none;  }
#expand h2 { font-size: 10pt; text-decoration: none; }
a { color: #000; text-decoration: none; }
/* Squeeze down tables */
table { width:100%; padding:0px 0px 0px 0px; border:0px; border-collapse:collapse; border-spacing:0px 0px 0px 0px; margin-bottom:0px; }
td { padding:0px 0px 0px 0px; border:0px; border-collapse:collapse;}
/* footer styles */
#footer {
	font-size: .7em;
	color: #999999;
	margin-top: 10px;
	padding: 5px;
	clear: both;
	background: url(/~wes/jurupa/dev/config/g/chrome/content/tile-slash.png) repeat-x;
}
#footer p {
	padding: 0;
	margin: 5px 0 0 0;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}
#footer ul li {
	display: inline;
	padding-right: 15px;
}
#footer a {
	display: inline;
}
