@charset "utf-8";
/* CSS Document */

div#myCopy {
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}

.bold {
	font-weight:bolder;
}

.textLink:link, .textLink:visited {
	text-decoration: none;
	color: #f8b449;
}

.textLink:hover, .textLink:active {
	color:	#900;
	border-bottom: 1px dashed #566440;
}

div#myCopy h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 8px;
	color:#B36B24;
}

div#myCopy h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-left: 8px;
	color:#B36B24;
}

div#myCopy h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 8px;
	/* color:#B36B24; */
}

div#myCopy h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-left: 10px;
}

div#myCopy p, div#myCopy ul, div#myCopy ol{
	font-size: .8em;
	line-height: 1.4em;
	margin-left: 10px;
	}
	
#myCopy ul {
	margin-left:50px;
}

#myCopy ol li {
	margin-left:30px;
	text-indent:-10px;
}
	
/* img.photo {
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #640000;
}

p.zoom {
	text-align: center;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #666;
} */