@charset "utf-8";
body {
	background-color: #9dd4ff;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.bg {
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
td {
	font-family: Arial;
	font-size: 15px;
	line-height: 20px;
	color: #0e56c7;
	text-decoration: none;
	font-weight: normal;
}

.btn {
	padding: 0px;
	height: 35px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.btn li {
	padding: 0px;
	height: 35px;
	width: 94px;
	background-image: url(images/btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	line-height: 30px;
}
.btn li a {
	padding: 0px;
	height: 35px;
	width: 94px;
	background-image: url(images/btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	font-family: Verdana;
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	line-height: 30px;
	margin: 0px;
}
.btn li a:hover {
	padding: 0px;
	height: 35px;
	width: 94px;
	background-image: url(images/btn-hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	font-family: Verdana;
	font-size: 13px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
	margin: 0px;
}
.box_bg {
	background-image: url(images/box_middle.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 15px;
}
.Arial_26 {
	font-family: Arial;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
	color: #123f71;
	text-decoration: none;
}
.Arial_15-bold {
	font-family: Arial;
	font-size: 15px;
	line-height: 20px;
	color: #123f71;
	text-decoration: none;
	font-weight: bold;
}

