/* last edited on 1/31/00 by Charles Kemper */


.text
  {
  font-family: "times new roman", serif ;
  font-size: 14px ;
  font-style: normal ;
  font-weight: normal ;
  color: #000000 ;
  line-height: 1.3em
  }
	
.text-sm
  {
  font-family: "times new roman", serif ;
  font-size: 12px ;
  font-style: normal ;
  font-weight: normal ;
  line-height: 1.4em
  color: #000000 ;
  }
	
.stylized /* pullquotes */
  {
  font-family: Trebuchet, Verdana, sans-serif ;
  font-size: 14px ;
  font-style: italic ;
  font-weight: normal ;
  line-height: 1.3em ;
  color: #666666 ;
  }
	
.header1
  {
	font-size: 24px ;
	font-style: normal ;
	font-weight: bold ;
	line-height: 1em ;
	color: Black ;
	font-family : "Times New Roman", Times, serif;
}
	
.header2
  {
  font-size: 18px ;
  font-style: normal ;
  font-weight: bold ;
  line-height: 1.3em ;
  color: Black ;
  font-family : "Times New Roman", Times, serif;
  }
	
.header3
  {
  font-size: 16px ;
  font-style: normal ;
  font-weight: bold ;
  line-height: 1.3em ;
  color: Black ;
  	font-family : "Times New Roman", Times, serif;
  }
	
.header4
  {
  font-size: 14px ;
  font-style: normal ;
  font-weight: bold ;
  line-height: 1.3em ;
  color: #8E0D13 ;
  	font-family : "Times New Roman", Times, serif;
  }
	
.header4-ch
  {
  font-size: 14px ;
  font-style: normal ;
  font-weight: bold ;
  line-height: 1.3em ;
  color: Black ;
  	font-family : "Times New Roman", Times, serif;
  }


.sublink
  {
  font-family: arial, sans-serif ;
  font-size: 10px ;
  font-style: normal ;
  font-weight: normal ;
  }


/* link colors & effects */


a:link
  {
  color: ##8E0D13 ;
  text-decoration: underline ;
  }

a:visited
  {
  color: #330099;
  text-decoration: underline ;
  }
  
a:hover
  {
  color: #ff3300 ;
  text-decoration: underline ;
  }
  
a:active
  {
  color: #ff3300 ;
  text-decoration: underline ;
  }
	

