* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-family: 'Tahoma', sans-serif;
}
body {
  margin: 10px;
  font-size: 0.7em;
}
img {
  border: none;
}
div.pager {
  display: none;
}
#print {
  position: absolute;
  top: 0;
  botom: 0;
}
h1 {
  clear: both;
  padding: 20px 0 10px 0;
  font-size: 12px;
  color: #7f7f7f;
}
h1 img {
  float: left;
  position: relative;
  top: -20px;
  padding: 0 20px 0 0;
}
#content {
  clear: both;
}
#content h1, h2, h3, h4 {
  font-family: 'Lucida Sans Unicode', sans-serif;
  color: #0059c5;
}
#content h1 {
  font-size: 160%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 120%;
}
h4 {
  font-size: 110%;
}
a, a:visited {
  color: #e67518;
}
td {
  vertical-align: top;
}
p {
 padding: 0px 10px 3px 0;
 color: #000;
}
ul {
 margin: 0 0 0 30px;
}
ol {
 margin: 0 0 0 30px;
}
#content label input {
  width: 300px;
 border: #969696 1px solid;
}
#content textarea {
  width: 300px;
  height: 100px;
 border: #969696 1px solid;
}
#content input.but, input.but {
 width: auto;
 border: #969696 1px solid;
 background-color: #f6f6f6;
 padding: 2px 15px;
}
#content input.but_hover, input.but_hover {
 width: auto;
 border: #969696 1px solid;
 background-color: #f6f6f6;
 padding: 2px 15px;
}
table.tablelist {
	margin: 0 0 7px 0;
	border-top: #acc5e5 1px solid;
	border-right: #acc5e5 1px solid;
}
table.tablelist th  {
	padding: 4px;
	text-align: center;
	vertical-align: top;
	border-bottom: #acc5e5 1px solid;
	border-left: #acc5e5 1px solid;
	color: #ffffff;
	background-color: #88addd;
}
table.tablelist td {
	padding: 4px;
	text-align: justify;
	vertical-align: top;
	border-bottom: #acc5e5 1px solid;
	border-left: #acc5e5 1px solid;
}
table#stufftable td {
  padding: 4px;
}
#content img {
  padding: 2px 15px 3px 0;
}
