/*==========全局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;
}
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:10px;
	line-height:150%;
}
.iptTxt {	
	border:solid 1px #ccc;
}
.iptBtn {	
	border:solid 1px #006699;
	background:#5092ce;
	color:#fff;
}
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;
}
a.orangeLink:hover {
	color:#f63;
	text-decoration: underline;
}
a.orangeLink:active {
	color:#f63;
	text-decoration: none;
}
a.blueLink:link {
	color:#06c;
	text-decoration: none;
}
a.blueLink:visited {
	color:#06c;
	text-decoration: none;
}
a.blueLink:hover {
	color:#06c;
	text-decoration: underline;
}
a.blueLink:active {
	color:#06c;
	text-decoration: none;
}
a.blackLink:link {
	text-decoration:none;
	color:#000;
}
a.blackLink:visited {
	text-decoration:none;
	color:#000;
}
a.blackLink:hover {
	text-decoration:underline;
	color:#000;
}
a.blackLink:active {
	text-decoration:none;
	color:#000;
}
/*--logo--*/
.logo {/*logo尺寸250*50*/	
	width:250px;
	height:50px;
	background:url("../images/logo.gif") no-repeat;
}
/*--字色--*/
.txtRed {
	color:#c00;
}
.txtGreen {
	color:#393;
}
.txtBlue {
	color:#06c;
}
.clearFloat {
	clear:both;
}
/*--简单表格--*/
.tblSimple {
	clear:both;
	width:100%;
	border-collapse:collapse;
}
.tblSimple tr td {
	padding:0;
	vertical-align:top;
}
/*--无边两列表格--*/
.tblCol2 {
	border-collapse:collapse;
}
.tblCol2 th{
	font-weight:normal;
	text-align:right;
	vertical-align:top;
	padding-top:6px;
}
.tblCol2 td{
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding-top:6px;
}
.alignCenter {
	text-align:center;
}