
h3 {
	margin: 20px 30px;
	text-align: left;
}

h5 {
	margin-bottom: 30px;
	text-align: center;
}

h4 {
	text-align: left;
	line-height: 1.5;
	margin: 0 30px;
	border-left: 8px solid maroon;
	padding-left: 5px;
	font-size: small;
}

div.section td.note p,
div.section td.wide_note p,
div.section td.note_pictwo p{
	text-align: left;
	line-height: 1.5;
}

div.section td.title p {
	text-align: left;
	line-height: 1.5;
	color: red;
}

div.section{
	width: 505px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.section table {
	width: 505px;
	border-collapse: collapse;
	margin-bottom: 30px;
}

div.section td {

}

div.section td div.picture {
	width: auto;
	float: none;
}

div.section td.title {
	width: 7em;
	border-bottom: 1px solid silver;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

div.section td.note {
	border-bottom: 1px solid silver;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	vertical-align: top;
}

div.section td.note_pictwo {
	width: 210px;
	border-bottom: 1px solid silver;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	vertical-align: top;
}

div.section td.wide_note {
	width: 420px;
	border-bottom: 1px solid silver;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	vertical-align: top;
}

div.section td.smallpic {
	width: 100px;
	border-bottom: 1px solid silver;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
	padding-right: 5px;
}

div.section td.pictwo {
	width: 40px;
	border-bottom: 1px solid silver;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: bottom;
	padding-right: 5px;
}

span.red{
	color: red;
}

div.button {
	text-align: center;
}