BODY { 
       margin-top: 40pt;
       margin-left: 15%;
       margin-right: 10%;
       background : white;
       color : black;
       font-family: "Bitstream Vera Sans", sans-serif;
       font-size : 13pt;
       }

.small {
	font-size : 8pt;
}

P.quote {
	padding-left: 1.5em;
	padding-right: 2em;
	font-style: oblique;
	text-align: justify;
}

P.back {
	padding-left: 1em;
}

p.bar {
	font-size: 9pt;
	text-transform: lowercase;
	font-variant: small-caps;
}

.lowE  { 
	position: relative;
 	bottom: -0.4ex;
	text-transform: uppercase;
        margin-left: -0.1667em;
	margin-right: -0.125em;
	       }
.highA { 
	vertical-align: text-top;
	text-transform: uppercase;
	margin-left: -0.32em;
	margin-right: -0.15em;
	font-size: smaller;
	       }

IMG {
    border : 0pt;
    }

IMG.float {
            float : right;
}

img.vcenter {
	position: relative;
 	bottom: -0.5ex;
}

.kern { position: relative;
        margin-left: -0.1667em;
        }

.smallkern { position: relative;
        margin-left: -0.0833em;
        }

A:link {
         color : #7B0000;
         background : white;
	 text-decoration : none;
        }

A:visited {
            color : #7B0000;
            background : white;
            text-decoration : none;
    }
A:active {
           color : #7B0000;
           background : white;
	   text-decoration : none;
           }

UL {
   list-style-type: disc;
   padding: 0;
   padding-left: 1em;
   margin: 0;
   position: relative;
}

UL.sub {
   padding-left: 2em;
   padding-top: 1ex;
}

UL LI.separator {
   padding-bottom: 0.75ex;
}

UL.description {
   padding: 0;
   text-indent: -1.5em;
   margin-left: 1.5em;
}

H1 {
     color : #303030;
     background : white;
     font-family: "Bitstream Vera Sans", sans-serif;
     font-size : 24pt;
     }

H2 {
     color : #303030;
     background : white;
     font-family: "Bitstream Vera Sans", sans-serif;
     font-size: 19pt;
     }

H3 {
     color : #303030;
     background : white;
     font-family: "Bitstream Vera Sans", sans-serif;
     font-size: 15pt;
     }

P {
    margin-right: 10%;
    }

PRE { 
      font-family: "Bitstream Vera Sans Mono", monospace;
      font-size: 10pt;
      }

PRE.indescription { 
	padding-left: 1.3em;
      }

ADDRESS {
   margin-top: 1em;
   padding-top: 1em;
   border-top: thin dotted;
   }

