HTML {
  overflow-x: auto;
}

BODY {
  padding: 4px;
  margin: 0px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: verdana, tahoma, arial, sans-serif;
  background-color: #fff;
}

IMG {
  border: 0px;
  margin: 0px;
  vertical-align: middle;
}

TABLE {
  vertical-align: top;
}
TR {
  vertical-align: top;
}
TD {
  vertical-align: top;
}

A {
  color: #a06010;
  text-decoration: none;
}
A:active {
  text-decoration: underline;
}
A:hover {
  text-decoration: underline;
}
A.new {
  color: #e00000;
}

H1, H2 {
    border-bottom: 1px solid #ddd;
}
H1, H2, H3, H4, H5, H6 {
    color: #000;
}
H1 { font-size: 20px; }
H2 { font-size: 18px; }
H3 { font-size: 18px; }
H4 { font-size: 16px; }
H5 { font-size: 15px; }
H6 { font-size: 14px; }

PRE {
    padding: 1em;
    border: 1px dashed #6f6f6f;
    color: black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}

.printfooter, .firstHeading {
  display: none;
}

.pressdots {
  background-image: url(dot.gif);
}
.pressform {
  text-align: left;
}
.pressheader {
  width: 100%;
  height: 44px;
  color: #000;
  font-weight: bold;
  background-image: url(background.gif);
  background-color: #f0a014;
}
.presssubheader {
  width: 100%;
  margin-top: 4px;
  font-weight: bold;
  background-color: #f8f0c0;
}
.pressmainspace {
  width: 100%;
}
.pressfooter {
  width: 100%;
  height: 12px;
  background-color: #f0a014;
  color: #000;
}

