/*版权 CSS Document Designed By Xiao Wei (QQ:279837519)*/
/*主体贴边----*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color: #EFEFF7;
	background-image: url(index_03.jpg);
	background-repeat: repeat-x;
	background-position: top;*/
}
body,td{
	font-size: 9pt;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
/*文字属性----*/
.font1 {
	font-size: 10pt;
	color: #ff0000;
	line-height: 2.5em;
	text-decoration: none;
	font-family:"华文行楷";
}
.txt {
	font-size: 9pt;
	line-height: 1.5em;
	color: #000000;
}
/*连接属性----*/
a.Qlink_txt {
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	line-height: 1.5em;
}
a.Qlink_txt:hover{
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
	line-height: 1.5em;
}

a.menu_txt {
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	line-height: 1.5em;
}
a.menu_txt:hover{
	font-size: 9pt;
	color: #3366CC;
	text-decoration: underline;
	line-height: 1.5em;
}

/*表\<td>下边虚实线----*/
.kuan {
	margin: 1px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.kuan1 {
	margin: 1px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style:solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
/*文本框设置----*/
/*说明------------------------------------------------------------------------------
注：“BORDER-LEFT-STYLE:none”： 不显示左边框 
    “BORDER-RIGHT-STYLE: none”： 不显示右边框
    “BORDER-TOP-STYLE: none”： 不显示上边框 
    “BORDER-bottom-STYLE: none”： 不显示上边框，加上这条，什么边框也没有了 
     要实现文本背景颜色和边框颜色只要在CSS语句中加入以下代码就可以了
     style="background:#f4eaf1; border: #006699 1px solid" 
    “backguound:#f4eaf1”：文本框背景颜色
    “border: #006699 1px solid” 文本框边框颜色和粗细
	“background-color:transparent;”：文本框背景透明
------------------------------------------------------------------------------*/
.Input{
	BORDER-LEFT-STYLE:none;
	BORDER-RIGHT-STYLE:none;
	BORDER-STYLE:none;
	BORDER: #CCCCCC 1px solid;
	height:20px;
	width:150px;
	background-color:transparent;
	font-size: 9pt;
	color: #666666;
}