body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF6666;
}
a:active {
	text-decoration: none;
}
body {
	background-image: url();
}

/*红色*/
.hs{color: #FF0000
}

/*一般字体*/
.zc{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/*粗体字*/
.cuti{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/*隐藏字体*/
.dy{
    font-size:xx-small;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:2px;
	letter-spacing:-2em;
}

/*表格边框-实线*/
.bk {
	text-decoration: none;
	border: 1px solid #666666;
}

/*表格边框-点划线*/
.bkx {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}.bg {
	margin: 1px;
	padding: 1px;
}
