/* HTML STYLES */

body {
	background: #FCF2E9;
	/* background: #C7DBCF url(./images/spruce_back.jpg); */
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
		}



H1 {
	font: bold 40px Arial, Helvetica, sans-serif;
	color: #004080;

	}

H2 {
	font: bold 20px Arial, Helvetica, sans-serif;
	color: #CC0000;

	}


H3 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #000080;

	}




A {
  color: #000000;
	font: 12px Arial, Helvetica, sans-serif;
  text-decoration: underline;
  text-decoration: none;
}

A:hover {
  color: #004040;
  text-decoration: underline;
	font: 12px Arial, Helvetica, sans-serif;

}




ol, li {
	font-size: 13px;
font-weight: normal;
	}

hr {
	border: 0;
	height: 1px;
	background-color: #CCC;
	color: #CCC;
	}

.normal {
	line-height: normal;
	}







.contact_or {
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	margin: 5px 20px;
	font-size: 10px;
	}
	
.submitLink {
   color: #333;
   background-color: transparent;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
  }
  


