@charset "UTF-8";
.mainarticle .block {
	clear: both;
	margin-top: 30px;
}
.mainarticle .block h2 {
	margin-bottom: 20px;
}
.mainarticle .block h3 {
	font-size: 1.2em;
	line-height: 150%;
	margin-bottom: 10px;
}
.mainarticle .block .copy {
	font-size: 1.2em;
	line-height: 160%;
	width: 270px;
	float: right;
	display: block;
}
.mainarticle .block p {
	line-height: 150%;
}
.mainImage {
	float: left;
	height: 240px;
	width: 270px;
	padding-bottom: 10px;
}
.mainarticle .block table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3DBD0;
	margin: 0px;
	padding: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
.mainarticle .block th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3DBD0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3DBD0;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
.mainarticle .block td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3DBD0;
	padding: 5px;
}
.mainarticle p.notes {
	font-size: 0.8em;
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin: 0px;
}
.mainarticle .annotation {
	font-size: 0.8em;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainarticle .annotation li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin: 0px;
}
