body { 
      background-image: url('images/bluebg.gif'); 
      background-repeat: repeat-y; 
      background-color: #fff; 
      font-family: Georgia, 'Times New Roman', Times, serif; 
      margin: 0;
      padding: 0;
      }
p, td, li, ul, ol {
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 12px;
      }
ol, ul {
      margin-top: 0;
      }
p {
      margin-top: 0;
      margin-bottom: 12px;
      line-height: 20px;
      }
.fancy {
      letter-spacing: 1px;
      font-size: 12px;
      font-style: italic;
      }
.small {
      font-size: 11px;
      }
.caption {
      font-size: 10px;
      line-height: 12px;
      margin-top: 5px;
      }
table.smtxt td {
      font-size: 11px;
      }
a:hover {
	color: red;
	}
li {
      line-height: 1.5em;
      }
h1, h2, h3, h4 { 
      font-family: Georgia, "Times New Roman", Times, serif; 
      }
h1 {
      font-size: 18px;
      font-style: italic;
      font-weight: bold;
      color: #033;
      margin-bottom: 12px;
      }
h2 {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 0;
      color: #336;
      line-height: 1.5em;
      }
h4 {
      font-size: 12px;
      font-weight: bold;
      font-style: italic;
      padding-bottom: 5px;
      color: #336;
      margin-bottom: 3px;
      margin-top: 25px;
      border-bottom: 1px solid #996;
	clear: both;
      }
img.flr {
      display: block;
      margin: 5px 0 0 12px;
      float: right;
      }
img.fll {
      display: block;
      float: left;
      margin: 5px 12px 0 0;
      }
p.vertnav { 
      color: white;
      font-weight: bold;
      text-decoration: none;
      line-height: 24px;
      }
p.vertnav a:link {
      color: silver;
      font-weight: bold;
      text-decoration: none;
      }
p.vertnav a:visited {
      color: silver;
      font-weight: bold;
      text-decoration: none;
      }
p.vertnav a:hover {
      color: #ccf;
      font-weight: bold;
      text-decoration: none;
      }
#botnav {
      margin-left: 170px;
      margin-right: 15px;
      width: auto;
      text-align: center;
      color: #000;
      font-size: 12px;
      line-height: 1.5em;
      padding-bottom: 15px;
      }
.cen { text-align: center; }
