body {
  margin: 3px;
  padding: 0px;
  background-color: #000;
}
body, td, input, select, textarea {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 8pt;
	line-height: 1.6;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
}
a.black {
  color: #000;
}
a.black:hover {
  color: #000;
}
.bold {
  font-weight: bold;
}
.nounderline {
  text-decoration: none;
}
.grey {
  color: #c4c4c4;
}
.grey:hover {
  color: #000;
}
a.blue {
  color: #448FCC;
}
a.blue:hover {
  color: #448FCC;
}
a.liteblue {
  color: #bfcee9;
}
a.liteblue:hover {
  color: #448FCC;
}
a.liteblue2 {
  color: #bfcee9;
}
a.liteblue2:hover {
  color: #bfcee9;
}
input.bordered, textarea.bordered, input.button {
  border-top: #ccc solid 1px;
  border-bottom: #4e4e4e solid 1px;
  border-right: #4e4e4e solid 1px;
  border-left: #ccc solid 1px;
}

#page-title {
  font-weight: bold;
  font-size: 11pt;
  padding: 0 0 6px 12px;
}
#contact-page-title {
  font-weight: bold;
  font-size: 11pt;
  margin: 0 0 -10px 0;
}