@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;
}

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

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

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

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

p, ul, ol{
	font-size: .8em;
	line-height: 1.4em;
	margin-left: 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;
}