@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.top {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 13px;
}
.top a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
.bottom {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 13px;
	font-weight: bold;
}
.bottom a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
