/*基本信息*/
body {
	margin: 0px;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
}

/*文字链接*/
a {font-size: 12px;color: #3b72b3;text-decoration: none;}
a:hover {
	color: #00316a;
	text-decoration: underline;
}

a.a1 {font-size: 12px;color: #333333;text-decoration: none;}
a.a1:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.a2 {font-size: 12px;color: #176fbb;text-decoration: none;}
a.a2:hover {
	color: #FF0000;
	text-decoration: underline;
}

.nav2 {background-image: url(images/index_20.jpg);}
/*带背景的文字链接*/
a.nav {
	font-size: 12px;
	padding:10px 0 0 48px;
	color: #176fbb;
	text-decoration: none;
	display:block;
	height: 23px;
	width: 190px;
	font-weight: bold;
	background-repeat: no-repeat;
}
a.nav:hover {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

/*文本文档*/
.z1 {font-family: "宋体";font-size: 12px;color: #4572ad;text-decoration: none;}

/*输入框*/
.text {height: 18px;width: 150px; margin:0px; padding:0px;}

/*输入框*/
.k1 {border-bottom-width: 1px;border-top-style: none;border-right-style: none;border-bottom-style: dashed;border-left-style: none;border-bottom-color: #CCCCCC;}
.k2 {border: 1px solid #CCCCCC;}