/* last edited on 1/31/00 by Charles Kemper */


.text
  {
  font-family: arial, geneva, sans-serif ;
  font-size: 14px ;
  color: #000000 ;
  }
	
.text-sm
  {
  font-family:  arial, geneva, sans-serif ;
  font-size: 12px ;
color: #000000 ;
  }
	
.stylized /* pullquotes */
  {
  font-family: Trebuchet, Verdana, sans-serif ;
  font-size: 14px ;
  font-style: italic ;
  color: #666666 ;
  }
	
.header1
  {
  font-family: arial, helvetica, sans-serif ;
  font-size: 24px ;
  font-weight: bold ;
  color: #333333 ;
  }
	
.header2
  {
  font-family: arial, helvetica, sans-serif ;
  font-size: 18px ;
  font-weight: bold ;
  color: #333333 ;
  }
	
.header3
  {
  font-family: Arial, helvetica, sans-serif ;
  font-size: 16px ;
  font-weight: bold ;
  color: #333333 ;
  }
	
.header4
  {
  font-family: Arial, helvetica, sans-serif ;
  font-size: 14px ;
  font-weight: bold ;
  color: #333333 ;
  }
	
.header4-ch
  {
  font-family: Arial, helvetica, sans-serif ;
  font-size: 14px ;
   font-weight: bold ;
   color: #333333 ;
  }


.sublink
  {
  font-family: arial, sans-serif ;
  font-size: 10px ;
  }


/* link colors & effects */


a:link
  {
  color: #669966 ;
  text-decoration: underline ;
  }

a:visited
  {
  color: #9999cc ;
  text-decoration: underline ;
  }
  
a:hover
  {
  color: #669999 ;
  text-decoration: underline ;
  }
  
a:active
  {
  color: #99cccc ;
  text-decoration: underline ;
  }
	

