﻿@charset "utf-8";
/* CSS Document */
body,
div, 
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, textarea {
	padding: 0px; 
	margin: 0px;
}
body {
	behavior: url(csshover.htc);
	background-color: #fff;
	font-family: "微软雅黑", "\5b8b\4f53", "新宋体", "宋体", "黑体";
	font-family: "Microsoft YaHei", "\5b8b\4f53" !important;
}
a:focus, input, select, textarea {
	outline: 0px;
}
input {
	blr: expression(this.onfocus=this.blur());
}
textarea {
	resize: none;
}
ul, ol, li{
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/*定义浮动*/
.tq_fl {
	float: left;
}
.tq_fr {
	float: right;
	display: inline;
}

/*定义超链接*/
a {
	blr: expression(this.onfocus=this.blur());
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*定义颜色*/
.tq_co01, .tq_co01 a {
	color: #696969;
}
.tq_co02, .tq_co02 a {
	color: #626262;
}
.tq_co03, .tq_co03 a {
	color: #ba0104;	/*红*/
}
.tq_co04, .tq_co04 a {
	color: #787878;
}
.tq_co05, .tq_co05 a {
	color: #111;
}
.tq_co06, .tq_co06 a {
	color: #434343;
}
.tq_co07, .tq_co07 a {
	color: #333;
}
.tq_co08, .tq_co08 a {
	color: #161616;
}
.tq_co09, .tq_co09 a {
	color: #838383;
}
.tq_co10, .tq_co10 a {
	color: #201f1f;
}
.tq_co11, .tq_co11 a {
	color: #414141;
}
.tq_co11 a:hover {
	color: #c9151e;
	text-decoration: none;
}
.tq_co12, .tq_co12 a {
	color: #6b6b6b;
}

/*定义文字对齐方式*/
.tq_tl {
	text-align: left;
}
.tq_tc {
	text-align: center;
}
.tq_tr {
	text-align: right;
}

/*定义加粗*/
.tq_ct {
	font-weight: bold;
}

/*定义斜体*/
.tq_xt {
	font-style: oblique;
}