html
{
	min-width: 760px;
}
body
{
	margin: 0px;
	font-size: 9pt;
	font-family: "宋体";
	background: url(../images/bg.gif);	
}
body > div
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 19px;
	font-size: 12px;
	font-family: "宋体";
}
form, input, select
{
	margin: 0px;
	padding: 0px;
}

div, td
{
	font-size: 9pt;
	font-family: "宋体";
	line-height: 19px;
	color: #000000;
}
a img
{
	border: 0;
	margin: 0;
	padding: 0;
}
input, select
{
	font-size: 11px;
	padding: 0px;
	font-family: arial, "宋体" , sans-serif;
	padding-left: 2px;
}
a
{
	color: #0036BE;
	text-decoration: none;
	font-size: 12px;
	line-height: 19px;
	font-family: "宋体";
}
a:hover
{
	color: #ff0000;
	font-size: 9pt;
	text-decoration: none;
	line-height: 19px;
	font-family: "宋体";
}
a.link
{
	color: #000000;
	font-size: 9pt;
	text-decoration: none;
	line-height: 19px;
	font-family: "宋体";
}
a.active
{
	color: #0036BE;
	font-size: 9pt;
	text-decoration: none;
	line-height: 19px;
	font-family: "宋体";
}
a:visited
{
	font-size: 9pt;
	line-height: 19px;
	font-family: "宋体";
}
/*--------------自定义---------------------*/
/* =====链接样式表===== */
A.Nav1:link, A.Nav1:visited
{
	text-decoration: none;
	color: #ffffff;
	height: 0;
	vertical-align: middle;
	font-size: 9pt;
	font-family: Arial;
	font-weight: normal;
}
A.Nav1:active, A.Nav1:hover
{
	text-decoration: none;
	color: yellow;
	text-decoration: none;
	height: 0;
	vertical-align: middle;
	font-size: 9pt;
	font-family: Arial;
}

.input
{
	border: 1px solid #666666;
	padding: 1px;
	font-size: 12px;
	height: 18px;
	background-color: #EAF7FE;
}
.button
{
	border-right: #323232 1px solid;
	border-top: #f4f4f4 1px solid;
	font-size: 11px;
	border-left: #f4f4f4 1px solid;
	border-bottom: #323232 1px solid;
	padding-top: 3px;
	color: #000000;
	height: 20px;
	background-color: #e7e7e7;
	background-image: url(../images/topnab_bg.gif);
}

