/*默认样式*/
body,td,th {
	font-size: 12px;
	line-height: 200%;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/*默认文字链接样式*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.bit14 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;

}
/*默认文字链接样式*/
.bit14 a:link {
	color: #000000;
	text-decoration: none;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
}
.bit14 a:visited {
	text-decoration: none;
	color: #000000;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
}
.bit14 a:hover {
	text-decoration: none;
	color: #000000;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
}
.bit14 a:active {
	text-decoration: none;
	color: #000000;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
}
.border {
	margin: 3px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.border1 {
	border: 1px dotted #CCCCCC;
}
.border2 {
	border-top: 0px none;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	background-color: #FFFDF0;

}

.border3 {
	border-top: 0px none;
	border-right: 1px solid #FF6600;
	border-bottom: none;
	border-left: 1px solid #FF6600;
	background-color: #FFFDF0;

}
.20bit {
	font-size: 20px;
}

