/* $Id: global.css,v 1.3 2005/11/11 20:53:07 jsw Exp $ */
/* affects whole document */
body { 
  background: #ffffff;
}
a:link {
  color: #336699;
}
a:visited { 
  color: #339966;
}
a:active {
  color: #996633;
}
/* Use with class= */
.textface {
  font-family:Geneva,Helvetica,Arial,sans-serif;
  font-size:12px;
  line-height:14px;
}
.acontent {
  font-family:Geneva,Helvetica,Arial,sans-serif;
  font-size:12px;
  line-height:14px;
  padding-right:10px;
  padding-left:10px;
}
.headbold {
  font-family:Geneva,Helvetica,Arial,sans-serif;
  font-size:20px;
}
.headtext {
  font-family:Geneva,Helvetica,Arial,sans-serif;
  font-size:12px;
}
.foot {
  font-family:Geneva,Helvetica,Arial,sans-serif;
  font-size:12px;
  line-height:14px;
}
.fixed { 
  font-family:Courier;
  font-size:12px;
  line-height:14px;
}
.container {
  color: #333;
  margin-top: 0px;
  margin-left: auto;
  margin-bottom: 0px;
  margin-right: auto;
  border-left: 1px dotted #999;
  border-right: 1px dotted #999;
  border-bottom: 1px dotted #999;
}