@charset "utf-8";
body {
	background-image: url(../images/dp01.jpg);
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
.mainlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
}
a:hover {
	color: #000098;
}
a img {
	border: 0;
}
