  P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	scrollbar-base-color: #EAD684;
}
  
  SMALL  {
	font-size : 8pt;
}

  H1  {
	font-size : x-large;
	font-weight : bold;
	color : black;	
}
  
  H2  {
	font-size : large;
	font-weight : normal;
	color : black;	
}
  
  H3  {
	font-size : medium;
	font-weight : normal;
	color : black;	
}
  
  H4  {
	font-size : medium;
	font-weight : normal;
}
  
  .heading2  {
  	font-size : large;
  	font-weight : normal;
	color : black;	
  }
  
  .heading3  {
	font-size : medium;
	font-weight : normal;
	color : black;	
}

  .heading4  {
	font-size : normal;
	font-weight : bold;
	color : black;	
}
  
  .pullquote  {
  	font-size : medium;
  	font-weight : bold;
  	font-style : italic;
}

 A.nav {
	color: black;
	font-size : 8pt;
	text-decoration : none;	
}

 A:hover {
	color: red;
	text-decoration : none;	
}

/* Left aligned Image with padding */
.photo_left {
        border: 3;
        border-style: solid;
        border-color: #E38A22;
		margin-top: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		float: left;
}

hr {
	border: none;
	color: #A5742F;
	background-color: #A5742F;
	height: 1px;
}

