body {/*整体页面属性*/
	background-color: #08377D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {/*整体页面字体属性*/
	font-size: 9pt;
	color: #336799;
}
a,a:link,a:visited,a:active{/*整体页面链接属性*/
	text-decoration:none;
	font-size: 9pt;
	color: #336799;
	height: 11px;
}
a:hover {/*整体页面链接变化*/
	text-decoration: underline;
	color: #0099CC;
}
a.02,a.02:link,a.02:visited,a.02:active{/*底部链接*/
	text-decoration:none;
	font-size: 9pt;
	color: #91a6c5;
	height: auto;
}
a.02:hover {/*底部链接*/
	text-decoration: underline;
	color: #FFFFFF;
}
.font2 {/*版权文字*/
	font: 9pt Arial, Helvetica, sans-serif;
	color: #9caec9;
}
.login_input {/*输入框属性*/
	border:0px;
	background-color:#1875b0;
	height:15px;
	font-size: 9pt;
	color: #FFFFFF;
}
