body { margin:0; }
p, td, a, h1, h2, a, a.big, a.xbig, ul, ol, li {
  font-family: arial;
  font-size: 12px;
}
p, td b {
  line-height: 16px;
  margin-top:0px;
  margin-bottom: 6px;
  color:rgb(0,0,0);
}
h1 {
  font-size:14px;
  margin-top:0px;
  margin-bottom: 12px;
  color: #42709A;
}
h2 {
  font-size:12px;
  margin-top:0px;
  margin-bottom: 10px;
  color:rgb(0,0,0);
}
a:link, a:visited {
  color: black;
  font-size: 11px;
}
a:active {
  color: #336699;
}
.gray {
  background-color: #f4f2f0;
}
.blue {
  background-color: #42709A;
}
.small, a.small, a:link.small, a:visited.small, a:active.small {
  font-size: 10px;
  line-height: 12px;
  margin-top:0px;
  margin-bottom:6px;
}
a, a.small {
  text-decoration:underline !important;
}
a:hover, a.small:hover {
  color:#42709A;
}
a:link.bot, a:visited.bot, a:active.bot, a.bot {
  color: #F4F2F0;
  text-decoration:underline;
}
a:link.big, a:visited.big, a:active.big, a.big {
  font-size: 12px;
  font-weight: bold;
}
a:link.xbig, a:visited.xbig, a:active.xbig, a.xbig {
  font-size: 14px;
  font-weight: bold;
  text-decoration:none;
}
.xbig {
  text-decoration:none !important;
}
li {
  margin-top:0px;
  margin-bottom:6px;
}
.no {
  list-style: none;
  text-indent: -38px;
}
.smallbold {
  font-weight: bold;
  font-size:11px;
}
.cd {
  margin-top:0px;
  margin-bottom:0px;
}
input, textarea {
  border: 1px solid gray;
}
a.none {
  text-decoration: none !important;
}