<%
	response.setContentType("text/css");
%>

body, input, select, textarea {
  background:#fff;
  font-size:8.5pt !important;
  font-size:10pt;
  }

#menu,
.noPrint {
  display:none;
  }

#content,
#container,
#page_wrapper {
  width:auto;
  margin:0;
  padding:0;
  border:0;
  float:none;
  color:black;
  background:transparent none;
  }

fieldset {
  width:auto;
  margin:0;
  }

table,
table.treaty_sum {
  width:100%;
  margin:0;
  border:1px solid #000;
  }

table th, table td {
  width:auto;
  border:1px solid #000;
  }

a:link,
a:visited {
  color:#520;
  background:transparent;
  font-weight:bold;
  text-decoration:underline;
  }