/* 全站CSS定义 */
body,td,th {
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #F3F3F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	font-size: 12px;
}
a.dh {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}
a.dh :link {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}
a.dh:visited {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}
a.dh:hover {
	text-decoration: underline;
	font-size: 14px;
	color: #FF0000;
}
a.dh:active {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}
a.dh1:link{
	font-size: 14px;
	color: #FF9900;
}
a.dh1:visited{
	font-size: 14px;
	color: #FF9900;
}
a.dh1:hover{
	font-size: 14px;
	color: #FF0000;
}
a.dh1:active{
	font-size: 14px;
	color: #FF9900;
}
a.zd {
	font-size: 12px;
	color: #0000FF;
	text-decoration: underline;
}
a.zd:visited {
	color: #0000FF;
	text-decoration: underline;
}
a.zd:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.zd:active {
	color: #0000FF;
	text-decoration: underline;
}
/* 字体CSS定义 */
.style1 {
	font-size: 15px;
	font-weight: bold;
}
.style2 {
	font-size: 12px;
	color: #FF0000;
}
.style3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.style4 {
	color: #CE2800;
	font-size: 14px;
	font-weight: bold;
}
/* 网格CSS定义 */
.xhx{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.xxx{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	line-height: 25px;
}
.hbk{
	border: 1px solid #CCCCCC;
}
.h3bk{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.y3bk{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EED5A0;
	border-bottom-color: #EED5A0;
	border-left-color: #EED5A0;
}