* {
   font-family : Arial, Helvetica, sans-serif;
}

  P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 10pt;
	scrollbar-base-color: #EA922B;
}
  
  SMALL  {
	font-size : 8pt;
}
  
H1  {
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight : bold;
	color: #A34E03;
}
  
H2, .heading2  {
    font-family : Verdana, Arial, Helvetica, sans-serif;  
	font-size : large;
	font-weight : bold;
	color: #A34E03;	
}
  
H3, .heading3, .heading_blog, .listing_name  {
	font-size : medium;
	font-weight : bold;
	color: #A34E03;	
}
  
H4, .heading4  {
	font-size : medium;
	font-weight : normal;
}

.heading5  {
	font-size : 12pt;
	font-weight : bold;
	color: #A34E03;	
}
  
.pullquote  {
  	font-size : medium;
  	font-weight : bold;
  	font-style : italic;
}

hr {
	border: none;
	color: #E26C03;
	background-color: #E26C03;
	height: 2px;
}

/* For display top and bottom rules around <td>s */
td.rules {
    border-top: 1px solid #E26C03;
    border-collapse: collapse;
}
  
/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}
ul.align, ol.align {
	margin-top: 2px;
	margin-left: 18px;
	margin-bottom: 2px;
}

.extraspace {
	margin-top: 20px;
}

  A.commonlinks  {
	font-size : 8pt;
	color: black
}

  A:hover {
	color: white
}

A.nav {
    color: black;
    text-decoration: none;
}

A.navbold {
    color: black;
  	font-weight : bold;	
    text-decoration: none;
}
A.nav:hover {
    color: white;
    text-decoration: none;
}

/* For displaying headings on forms */
/* class="form" is the normal text */
.form {
	font-weight: normal;
}
/* class="form_required" is for required fields */
.form_required {
	font-weight: bold;
}
/* class="form_error" is for error fields */
.form_error {
	color: red;
	font-weight: bold;
}
.heading_row tr, .heading_row td {
	background-color: #EA922B;
        padding: 3px;
}

/* For displaying listing tables */
.listing_table {
	border: none;
}

.listing_table tr, .listing_table td {
	background-color: #FEA53D;
        padding: 4px;
}
.altrow tr, .altrow td {
	background-color: #EA922B;
        padding: 4px;
}
.border-top {
	/* border-top: 1px solid #E26C03; */
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}
.listing_small {
	font-size: 8pt;	
}
.detailed_listing_heading {
	font-weight : bold;
	border-bottom: 1px solid black;
}

.photo_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

xmp {
	font-family: "Courier New", Courier, serif;
	font-size: 10pt;
	color: black;
	border: 1px solid #EA922B;
	background-color: white;
        padding: 5px;
}

