/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #333333;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.biaoti {
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #FF9900;
}
.input1 {
	background-color: #FF9900;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 93px;
	color: #FFFFFF;
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #666666;
	border-left: none;
}
.input2 {
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 70px;
	border: 1px solid #CCCCCC;
}
select {
	font-family: "宋体";
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	height: 15px;
	width: 120px;
	border: 1px solid #CCCCCC;
}
.select1 {
	font-family: "宋体";
	font-size: 9pt;
	color: #333333;
	height: 15px;
	width: 100px;
}
.radio {
	height: 5px;
	width: 5px;
}
.biaoti3 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #333333;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{color: #ff6600;} /* 鼠标在链接上 */ 
a:active {color: #333333;} /* 点击激活链接 */
.datetimeclass
{
	font-size: 9pt;
	color: #666666;
	font-family: 宋体;
	TEXT-DECORATION: none
}
.text2 {
	font-family: "宋体";
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.text3 {
	font-family: "宋体";
	font-size: 14pt;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.contenttext {
	font-family: "宋体";
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.text4
{
	font-family:"宋体";
	font-size: 9pt;
	line-height: 150%;
	color: #333333;
}