body {
  background-color: #9999CC;
  text-align: center;
  font-family: arial, helvetica, "sans-serif";
  font-size: 10pt;
  }

A:link {
  text-decoration: none;
  color: #990099;
  }

A:hover {
  text-decoration: underline;
  color: #990099;
  background-color: #FFFFFF;
  }

A:active {
  text-decoration: underline;
  color: #000099;
  background-color: #FFFFFF;
  }

A:visited {
  z-index: 10;
  text-decoration: none;
  color: #000099;
  }

p {
  line-height: 125%;
  }

.auth {
  text-align: right;
  }

#head {
  margin: 0px auto;
  text-align: left;
  width: 640px;
  height: 30px;
  background-color: #000099;
  border: 1px solid #000099;
  }

.title {
  text-align: left;
  font-size: 16pt;
  font-family: "lucinda console", "courier new", "sans-serif";
  font-weight: bold;
  vertical-align: middle;
  color: #FFFFFF;
  }

#main {
  margin: 0px auto;
  width: 640px;
  background-color: #CCCCCC;
  border: 1px solid #000099;
  border-top-width: 0px ;
  border-bottom-width: 0px ;
  }

.navBox {
  background-color: #CCCCFF;
  border-color: #000099;
  border-style: solid;
  border-width: 1px;
  float: right;
  padding: 2px;
  margin-top: 5px;
  margin-left: 8px;
  margin-right: 5px;
  width: 130px;
  }

.navLink {
  font-family: "lucinda console", "courier new", "sans-serif";
  text-align: left;
  vertical-align: top;
  line-height: 125%;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
  }  

.content {
  text-align: justify;
  line-height: 125%;
  padding-left: 10px;
  padding-top: 1px;
  }

.quote {
  clear: right;
  text-align: justify;
  padding-left: 50px;
  padding-right: 50px;
  }


#foot {
  margin: 0px auto;
  width: 640px;
  height: 20px;
  background-color: #CCCCCC;
  border: 1px solid #000099;
  border-top-width: 0px ;
  border-bottom-width: 1px ;
  }

.date {
  text-align: right;
  font-size: 9pt;
  color: #CC0000;
  padding-right: 5px;
  }

table {
  table-layout: fixed;
  position: relative;
  clear: right;
  width: 640px;
  border: none;
  cellspacing: 0px;
  cellpadding: 2px;
  }

td {
  font-size: 10pt;
  width: 200;
  vertical-align: top;
  } 
