

BODY {background-color:#FFFFA0;
      font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif; font-size: 16pt}

P {margin-left: 20px; margin-right: 40px}

.bold {font-weight: bold}
.center {text-align: center}
.green {color: #007000}

.cbold {font-weight: bold; text-align: center}

.gcenter {text-align: center; color: #007000}
.gbold {font-weight: bold; color: #007000}
.gcbold {font-weight: bold; text-align: center; color: #007000}

.little {font-size: 10pt}
.small {font-size: 12pt}
.medium {font-size: 14pt}
.large {font-size: 18pt}

.blittle {font-size: 10pt; font-weight: bold}
.bsmall {font-size: 12pt; font-weight: bold}
.bmedium {font-size: 14pt; font-weight: bold}
.blarge {font-size: 18pt; font-weight: bold}

.glittle {font-size: 10pt; color: #007000}
.gsmall {font-size: 12pt; color: #007000}
.gmedium {font-size: 14pt; color: #007000}
.glarge {font-size: 18pt; color: #007000}

.gblittle {font-size: 10pt; font-weight: bold; color: #007000}
.gbsmall {font-size: 12pt; font-weight: bold; color: #007000}
.gbmedium {font-size: 14pt; font-weight: bold; color: #007000}
.gblarge {font-size: 18pt; font-weight: bold; color: #007000}

.indent {margin-left: 60px}
.bindent {font-weight: bold; margin-left: 60px}
.gindent {margin-left: 60px; color: #007000}
.mindent {margin-left: 60px; font-size: 14pt;}
.gbindent {font-weight: bold; margin-left: 60px; color: #007000}
.bmindent {font-weight: bold; margin-left: 60px; font-size: 14pt;}

DIV.fixbotr {
   overflow: hidden;
   position: absolute;
   bottom: 10px;
   left: 10px;
   z-index: 0;
  }

a:link {
  color: blue }
a:visited {
  color: purple }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }

#green {color: #007000}

#loud {volume: loud}

#fixbotr {
   overflow: hidden;
   position: absolute;
   bottom: 10px;
   left: 10px;
   z-index: 0;
  }


#content {
  height: 100%;
  overflow: auto; 
  }



