@CHARSET "UTF-8";

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,table,body,html,p,blockquote,fieldset,input,textarea {
  margin: 0; padding: 0;
}
a img,:link img,:visited img {
  border: none;
}
body, html, th, td, a, p {
  background-color: #fff;  
  color: black;
  font-family: Verdana;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
}
#content {
  background-color: white;
  width: 100%;
  border: none;
}
h1 {
  font-size: 15px;
  line-height: 21px;
  margin: 0 0 8px 0;
}
h2 {
  font-size: 13px;
  line-height: 19px;
  margin: 0 0 1px 0;
}
h3 {
  font-size: 11px;
  line-height: 17px;
  margin: 0 0 1px 0;
  text-decoration: underline;
}
p {
  margin: 0 0 8px 0;
}
ul {
  line-height: 17px;
  margin: 0 0 8px 0;
}
li {
  list-style: disc outside;
}

table {
  border: 1px solid #666;
  border-collapse: collapse;
  margin: 0 0 8px 0;
}
th {
  background: #ccc;
  border: 1px solid #666;
  padding: 1px 4px;
}
td {
  border: 1px solid #666;
  padding: 1px 4px;
}

#header,
#breadcrumbs,
#column_left,
#column_right,
#footer {
  display: none;
}
.noprint {
  display: none;
}
