/* last edited on 3/07/02 by Nick Shoults */

BODY { 
  margin-top: 10 ;
  margin-left: 10 ;
 }

.one
  {
  margin-left: 50px ;
  }

.header1
  {
  font-family: arial, helvetica, sans-serif ;
  font-size: 18px ;
  font-weight: bold ;
  line-height: 1em ;
  color: #981734 ;
  }

.header2
  {
  font-family: Arial, helvetica, sans-serif ;
  font-size: 14px ;
  font-weight: bold ;
  line-height: 1em ;
  color: #981734 ;
  }

.text
  {
  font-family: arial ,geneva, sans-serif ;
  font-size: 14px ;
  color: #000000 ;
  line-height: 1.1em;
  }

.quote
  {
  font-family: arial ,geneva, sans-serif ;
  font-size: 12px ;
  color: #000000 ;
  line-height: 1.1em;
  text-align: right;
  }

.text strong
  {
  font-size: 16px ;
  font-weight: bold ;
  }

.textsm
  {
  font-family: arial, geneva, sans-serif ;
  font-size: 12px ;
  color: #000000 ;
  font-style: normal ;
  line-height: 1.1em;
  }

/* link colors & effects */

a:link
  {
  color: #981734 ;
  text-decoration: none ;
  }

a:visited
  {
  color: #981734 ; 
  text-decoration: none ;
  }
  
a:hover
  {
  color: #A92845 ;
  text-decoration: underline ;
  }
  
a:active
  {
  color: #A92845 ;
  }
	
.noindent {
	margin-left: -2.5em;
}
