body,td,th {
	font-size: 9pt;
}
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: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}
.font-gray {
	color:#999999;
}
.font-title {
	font-size: 14px;
	color: #CC0000;
}
.font-class {
	font-family: "楷体_GB2312";
	font-size: 18px;
	color: #FF3300;
	font-weight: bold;
}
.input-text {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #333333;
	padding-top: 2px;
	padding-left: 3px;
	height: 20px;
}
.input-select {
	background-color: #EEEEEE;
	font-size: 9pt;
	color: #666666;
	height: 20px;
}
.line {
	line-height: 20px;
}
.line1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #339900;
}
.line_link {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tdboder2 {
	font-size: 12px;
	font-weight: bold;
	color: #043A62;
	padding-left:10px;
}
.tdboder3 {
		background-color: #F3F3F3;
}
.tr1{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #F3D18B;
	height: 30px;
}
.grxx {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	vertical-align: top;
	font-family: "楷体_GB2312";
	font-size: 15px;
	line-height: 20px;
}
/*定义所有输入框样式 */
input,textarea {
	border-width: 1px;
	border-color: #CACACA;
	/*background-color : #FFFFFF;*/
	font-size: 12px;
	overflow: auto;
}