body {
  margin: 15px;
  height: 100%;
  padding: 0px;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 11px;
  color: #333333;
  background: #ffffff;
}

td,input, textarea {
  font-size: 11px;
}

a:link, a:visited {
  color: #336666; text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #336666;	text-decoration: none;
  font-weight: bold;
}

.contentheading {
  height: 30px;
  background: url("images/contenthead.png")  repeat-x;
  color: #666666;
  text-align: left;
  padding-top: 9px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
}

table.moduletable {
  width: 100%;
  margin-bottom: 5px;
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.moduletable th {
  background: url("images/subhead_bg.png") repeat-x;
  color: #666666;
  text-align: left;
  padding-top: 4px;
  padding-left: 4px;
  height: 21px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

table.moduletable td {
  font-size: 11px;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
}

.small {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited {
  display: block;
  background:;
  vertical-align: middle;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  text-align: left;
  padding-top: 5px;
  padding-left: 18px;
  height: 15px !important;
  height: 15px;
  width: 100%;
  text-decoration: none;
}

a.mainlevel:hover {
  background-position: 0px -25px;
  text-decoration: none;
  color: #666666;
}

