
/***
 * Style Sheet for Friendly Small Business Software.
 * Author: C.J. Hurst
 */
 
body {
  line-height: 1.7;
  font-family: Bitstream-Vera-Sans, Arial, Verdana, sans-serif;
  font-size: 12pt;
  color: #333333;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

p.body {
  margin: 0;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 60px; /* Make IE look OK */
  padding-top: 10px;
  text-align: justify;
/*  font-weight: bold; */
/*  font-style: italic; */
}
td>p.body { padding-bottom: 10px; font-family: sans-serif; font-style: italic; }

ul.body {
  margin: 0;
  padding-left: 100px;
  padding-right: 100px;
}

/* Put the Top image in position */
div.top {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: auto;
  right: auto;
  height: 200px;
  width: 800px;
}

/* Put the title on top of the top image */
div.title {
  position: absolute;
  left: 450px;
  top: 97px;
  right: auto;
  bottom: auto;
  height: 104px;
  width: 315px;
}

table.main {
 /* IE will ignore the margin-top
    Firefox recognizes both
    Konqueror ignores padding-top
  margin-top: 200px;*/
  padding-top: 200px;
}
/* Firefox and Konqueror should only use margin-top */
/*body>table.main { padding-top: 0px; }*/

/* IE needs this for correct placement of the copyright 
   Otherwise it gives a 200px padding for each row. */
tr.main {
  padding-top: 0px;
}

a.leftNav {
  color: white;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 3px;
}
a:link.leftNav { text-decoration: none; color: white }
a:visited.leftNav { text-decoration: none; color: white }
a:active.leftNav { color: red; }
a:hover.leftNav { color: gold }

a.bottomNav {
  color: white;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none; 
}
a:link.bottomNav { text-decoration: none; color: white }
a:visited.bottomNav { text-decoration: none; color: white }
a:active.bottomNav { color: red; }
a:hover.bottomNav { color: gold }

.copyright {
  color: navy;
  text-align: center;
  font-size: 8pt;
  font-weight: bold;
}
