﻿/* CSS Document */

* {
	padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
#box {
	height: auto;
	width: 996px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	background-image: url(../image/loge.gif);
	background-repeat: no-repeat;
	height: 116px;
}
#menu {
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #29B1F0;
	border-bottom-color: #29B1F0;
	border-left-color: #29B1F0;
}
#menu-1 {
	height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #29B1F0;
	border-bottom-color: #29B1F0;
	border-left-color: #29B1F0;
	color: #666666;
}
#foot {
	width: 996px;
	margin-top: 20px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #29B1F0;
	font-family: "宋体";
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	float: left;
	bottom:0px;
}
#foot-text {
	height: auto;
	margin-top: 30px;
	font-family: "宋体";
	font-size: 14px;
	color: #666666;
}
.td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #29B1F0;
	text-align: center;
	font-family: "宋体";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.td a:hover{
	color: #29B1F0;
	text-decoration: underline;

}
.table{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.font-4 {
	font-family: "宋体";
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

