body {
	font-family: Garamond;
	font-size: 12px;
	background: 9bcd9b;
}
body.inner {
	font-family: Garamond;
	font-size: 12px;
	background: #FFFF99;
}
td {
	color: 000000;
}
a {
	color: Navy;
	font-size: 16px;
}
a:hover {
	color: Blue;
}
p {
	font-family: sans-serif;
	font-size: 13px;
	color: 000000;
}
h1 {
	font-family: Garamond;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: #00008B;
}
h2 {
	font-family: Garamond;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: 000000;
}
h3 {
	font-family: Garamond;
	font-size: 20px;
	text-align: center;
	color: 000000;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-family: Garamond;
	font-size: 18px;
	color: 000000;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-family: Garamond;
	font-size: 18px;
	color: Blue;
}
table.type01 {
	padding: 1px;
	vertical-align: middle;
	text-align: center;
	border-color: Silver Blue;
}