@charset "utf-8";

body {
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 587px;
	text-align: left;
}

#contents {
	padding: 30px 0;
	color: #000;
}
#contents h1 {
	margin: 0 0 40px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}
#contents ul,
#contents p {
	padding: 10px 0 0;
}
#contents address {
	float: right;
	margin: 40px 0 0;
	text-align: right;
	font-style: normal;
}

#contents .lead {}

#contents .sectionH2 {
	margin: 20px 0 0;
}
#contents .sectionH2 ol {
	margin: 0;
	padding: 20px 0 0 20px;
	_padding: 20px 0 0 25px;
	text-indent: 0;
}
#contents .sectionH2 ol li {
	margin: 20px 0 0;
	list-style: outside;
	list-style-type: decimal;
	font-weight: bold;
}
#contents .sectionH2 ol h2 {
	font-size: 115%;
	font-weight: bold;
}
#contents .sectionH2 ol p {
	font-weight: normal;
}
#contents .sectionH2 ol li ul {
	margin: 0 0 0 1em;
}
#contents .sectionH2 ol li ul li {
	margin: 0 0 0;
	list-style-type: disc;
	font-weight: normal;
}

#contents .notes {
	padding: 20px 0 0;
}

#contents .back {
	clear: both;
	padding: 30px 0 0;
	text-align: right;
}

