/*----------------------------网页整页属性-------------------------------------------------------*/ 
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: none;
	color:#222222;  /*text-decoration: none无 | underline下划线 | blink闪烁 | overline上划线 | line-through贯穿线   */
	text-align: center;
		设置或检索背景图像是随对象内容滚动还是固定(scroll :滚动 ,fixed :固定 )  background-attachment: fixed; */
; 	
	}

td {
	FONT-SIZE: 12px;
	line-height: 22px;

}
.info1 table{
	border:1px;
	border-color:#DDDDDD;
	border-collapse:collapse;
}

.textwhite{color:#FFFFFF;}
.english{ font-family:Arial, Helvetica, sans-serif; font-size:11px;}
/*-------------------------------链接属性------------------------------------------------------*/ 
a{color: #222222;}                        		
a:hover {color:#FFCC00;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.whitelink:link {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.whitelink:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.whitelink:hover {
	text-decoration: none;
	color: #FFCC00;
	font-size: 14px;
	font-weight: bold;
	
}
.whitelink:active {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}


/*----------------------------------------------------------------------------------------------*/ 
.bg01{
	background-image: url(../images/com_20.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.td1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	line-height: 24px;
}
.infotxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 19px;
	border: 1px solid #AEAEAE;
	line-height: 100%;
}
.infotxtarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #AEAEAE;
}
.btn_input {
	height: 22px;
	width: 61px;
	background:url(../images/inc/btn_bg.jpg) left center no-repeat;
	border:0px;
	padding-top:2px;
}
.markfont {color: #666666; font-size: 12px;}
