body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000000;
  background-color: #a8c2ce;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

p, td {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
}

a:link { color: #000000; text-decoration:none;}
a:visited { color: #000000; text-decoration:none;}
a:active { color: #000000; text-decoration:none;}
a:hover { color: #FFFFFF; text-decoration:none;}

.top {
  width:690px;
  height:154px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

.zipper {
  height:20px;
  width:100%;
  background-image:url(images/zipper.gif);
  background-repeat:repeat-x;
}

.body {
  height:387px;
  width:100%;
  background-color:#d7e9f2;
}

.body_container {
  width:690px;
  margin-left:auto;
  margin-right:auto;
}

.column {
  width:325px;
  float:left;
}
.column_space {
  width:40px;
  float:left;
}

.bottom {
  width:690px;
  margin-left:auto;
  margin-right:auto;
  text-align:right;
}

.white {color:#FFFFFF;}