/*==========全局HTML标签=========*/
body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#333;
	line-height:150%;	
	font-family:"宋体",sans-serif,verdana,lucida grande,lucida,arial,helvetica;	
}
hr {	
	clear:both;
	height:1px;
	color:#ccc;
}
h3 {
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}
a img {/*图片链接无边框*/
	border:0
}
a {/*默认链接*/
	text-decoration: none;	
}
a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#06c;
	text-decoration: none;
}
a:active {
	color:#333;
	text-decoration: none;
}
form {/*表单内外补丁为零*/
	margin:0;
	padding:0;
}
input, select {/*表单元素input,select字体尺寸*/
	font-size:12px;
}
textarea {
	font-size:12px;
	border:solid 1px #ccc;
	padding:5px;
	line-height:150%;
}
.iptTxt {	
	border:solid 1px #ccc;
}
.iptBtn {	
	padding-top:1px;
	height:18px;
	border:solid 1px #ccc;
	background:#eef2f5;
	color:#202e48;
}
.iptBtnGray {
	background:url("../images/bgBtnGray.gif") repeat-x;
	border:solid 1px #ccc;
	padding-top:2px;
	height:21px;
}
.iptBtnGreen {	
	background:#a0db61 url("../images/bgChnBtnLink.gif") repeat-x;
	border:solid 1px #690;
	padding-top:2px;
	height:21px;
}
.iptBtnBlue {	
	background:#c8f3ff url("../images/bgChnBtnHover.gif") repeat-x;
	border:solid 1px #30bbe9;
	padding-top:2px;
	height:21px;
}
.iptBtnOrange {	
	background:#ffd97c url("../images/bgChnBtnLink2.gif") repeat-x;
	border:solid 1px #f60;
	padding-top:2px;
	height:21px;
}
a.redLink:link {
	color:#c00;
	text-decoration: none;
}
a.redLink:visited {
	color:#c00;
	text-decoration: none;
}
a.redLink:hover {
	color:#c00;
	text-decoration: underline;
}
a.redLink:active {
	color:#c00;
	text-decoration: none;
}
a.orangeLink:link {
	color:#f63;
	text-decoration: none;
}
a.orangeLink:visited {
	color:#f63;
	text-decoration: none;
}
ul {
	padding:0;
	margin:0;
}
/*--分页--*/
.pagination {
	text-align:right;
	color:#999;
}
.pagination a:link {
	text-decoration:none;
	color:#069;
}
.pagination a:visited {
	text-decoration:none;
	color:#069;
}
.pagination a:hover {
	text-decoration:underline;
	color:#069;
}
.pagination a:link {
	text-decoration:none;
	color:#069;
}
.txtRed {
	color:#c06;
}