@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
ul {
	list-style:none;
}
img {
	border:none;
}
table {
	border-collapse:collapse;
}
Input {
	height:20px;
	line-height:20px;
	border:1px solid #999;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.Cal {
	clear:both;
}
p {
	text-indent:24px;
	line-height:25px;
}
#IndexBox {
	width:565px;
	height:355px;
	margin:0 auto;
	background-image:url(../Images/login.jpg);
}
#IndexBoxTitle {
	margin-top:83px;
	margin-left:150px;
	font-size:16px;
	font-weight:bold;
}
#IndexBoxContent {
	width:50%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:10px;
}
#Top {
	height:60px;
	background-image:url(../Images/TopBg.jpg);
	border-bottom:1px solid #CCC;
}
#TopInfo {
	width:770px;
	margin:0 auto;
}
#LoginInfo {
	width:300px;
	float:left;
	margin-top:30px;
	line-height:30px;
}
#LoginNav {
	width:300px;
	margin-top:20px;
	float:right;
}
#LoginNav li {
	float:left;
	margin:5px;
	width:79px;
	height:29px;
	background-image:url(../Images/NavBg.png);
	line-height:29px;
	text-align:center;
}
#MainBox {
	width:770px;
	margin:0 auto;
}
#MainBox h1 {
	text-align:center;
	font-size:14px;
	margin:15px;
}
.MainLine {
	line-height:25px;
}

