/* CSS Document */

#main-wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	height: auto;
}.header-01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.header-02-italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #990000;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}
.header-02-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	text-align: center;
}
.bold-feature-copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}


.body-copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	font-style: normal;
	font-weight: bold;
}
