@charset "UTF-8";
.main_content {
	margin: 10px;
}
.main_content  table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #993300;
	border-left-color: #993300;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
}
.main_content  td {
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #993300;
	border-bottom-color: #993300;
	line-height: 110%;
	padding: 3px;
}
.image_margin_a {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #666666;
}
.notes {
	color: #CC3300;
	margin-left: 10px;
}
