body {
	background-color: #FFF;
	font-family: "Arial";
	font-size: 13px;
	color: #525252;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
	text-align: center;
	font-size: 13px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color:#9A9A9A;
	margin-bottom: 10px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
table.border {
	border-top: 1px solid #000;
}
.menu {
	font-size: 13px;
	font-weight: bold;
	margin: 5px;
	padding-top: 5px;
	color:#E5E5E5;
}
.menu2 {
	margin: 5px;
	font-size: 11px;
	font-weight: bold;
	color:#E5E5E5;
}
.contents {
	margin: 20px;
	font-size: 13px;
}
.list {
	font-size: 11px;
	font-weight: bold;
}
.action {
	color:#C60;
}
.footer {
	text-align: center;
	font-size: 11px;
	padding: 5px;
}



