@charset "utf-8";
body {
	background-color: #c0c0c0;
	margin: 0px;
	padding: 0px;
}
.main {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
.mainpro {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7e7a6f;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}
.navtext a:link,.navtext a:visited,.navtext a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5E5A53;
	text-decoration: none;
	font-weight: bold;
}
.navtext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0063B2;
	text-decoration: none;
	font-weight: bold;
}
.dotbord {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393939;
	text-align: justify;
}
.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2374b5;
}
.numbertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000000;
}

.more a:link,.more a:active,.more a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2374b5;
	text-decoration: none;
}
.more a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2374b5;
	text-decoration: none;
}
.bordright {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7c7c7c;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
	text-decoration: underline;
}
.footer  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
}
