xBODY  {
	FONT-FAMILY: Arial,,宋体;
	FONT-SIZE: 9pt;
}
xtable {
	font: 9pt Arial,,宋体;
	cellspacing: 0;
}

BODY { 
	font-family: Arial,宋体;
	font-size: 9pt;
/*    vLink:#000000;
	aLink:#333333;
	link=#000000;
	bgColor=#fffff7;
	topmargin="5";*/
	background-color:#fffff7;
	/*background-image: url(../../img/all_bg.gif);*/
}
TABLE {
	font-family: Arial,宋体;
	font-size: 9pt;
}

.underline_slive{
	border-bottom: 1px solid Silver;
}
.underline_blue{
	border-bottom: 1px solid #0000CC;
}
.cursor_hand{
	cursor: hand;
}

/* font style */


.font_err {
	font-family: Arial,宋体;
	font-size: 7pt;
	vertical-align: middle;
	color:red;
}

.font8 {
	font-family: Arial,宋体;
	font-size: 8pt;
	vertical-align: middle;
}

.font9 {
	font-family: Arial,宋体;
	font-size: 9pt;
	vertical-align: middle;
}

.font10 {
	font-size: 10px;
	font-family: Verdana,仿宋_GB2312;
}

.font14 {
	font-family: Arial,宋体;
	font-size: 14pt;
	vertical-align: middle;
}

.non_underline_link	{
	font-family: Arial,宋体;
	font-size: 9pt;
	text-decoration: none;
}

.box_black_border{
	border: 1px;
	border-bottom: 1px solid Black;
	border-left: 1px solid Gray;
	border-right: 1px solid Black;
	border-top: 1px solid Gray;
	vertical-align: middle;
}

.box_gray_border{
	border: 1px;
	border-bottom: 1px solid Gray;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	border-top: 1px solid Gray;
	vertical-align: middle;
}

.box_silver_border{
	border: 1px;
	border-bottom: 1px solid Silver;
	border-left: 1px solid #E6E6FA;
	border-right: 1px solid Silver;
	border-top: 1px solid #E6E6FA;
	vertical-align: middle;
}
.box_blue_border{
	border: 1px;
	border-bottom: 1px solid Blue;
	border-left: 1px solid Blue;
	border-right: 1px solid Blue;
	border-top: 1px solid Blue;
	vertical-align: middle;
}
.box_babyblue_border{
	border: 1px;
	border-bottom: 1px solid #A5DFF7;
	border-left: 1px solid #A5DFF7;
	border-right: 1px solid #A5DFF7;
	border-top: 1px solid #A5DFF7;
	vertical-align: middle;
}


/* input.text style */
.input120 {
/*
	border: 0px;
	background-image: url(../../img/input120.gif);
	font-size: 12pt;
	width: 130px;
	height: 25px;
*/
}

/* 按钮 */

.button45{

	height: 19px;
	border: 0px #74A9D3 soild;
	background-image: url(../../img/btn45.gif);
	font-size: 12px;
	width: 55px;
	cursor: hand;
	vertical-align: bottom;

}

.td_title {  
	border: 0px;
	background-image: url(../../img/line_title_bg.gif);
	background-repeat:no-repeat;
}

.td_underline{
	border-bottom: 1px solid Silver;
	height: 25px;
	font-size: 10pt;
	font-weight: bold;
	color: #39F;
}
.box_line {
   border-top:#000000 1px;
   border-left:#000000 1px;
   border-right:#000000 1px;
   border-bottom:#000000 1px solid;
}
.box_line {
   border-top:#000000 0px;
   border-left:#000000 0px;
   border-right:#000000 0px;
   border-bottom:#000000 0px;
}
.box_underline {
   border-bottom:#000000 1px solid;
}


/*  透明底边细线边框  */
.box_no_underline {
   border-top:#000000 1px;
   border-left:#000000 1px;
   border-right:#000000 1px;
   border-bottom:#000000 1px solid;
   filter: Chroma(Color=#FFFFFF);
   background-color: #FFFFFF;
   font-size: 14px
}

/*  透明无边框  */
.box_no {
   border-top:#000000 1px;
   border-left:#000000 1px;
   border-right:#000000 1px;
   border-bottom:#000000 1px;
   filter: Chroma(Color=#FFFFFF);
   background-color: #FFFFFF;
   font-size: 14px
}

/*  透明无边框居中  */
.box_no_center {
   border-top:#000000 1px;
   border-left:#000000 1px;
   border-right:#000000 1px;
   border-bottom:#000000 1px;
   filter: Chroma(Color=#FFFFFF);
   background-color: #FFFFFF;
   text-align: center;
}

/*  透明无边框,用于TD  */
.box_no_td {
   border-top:#000000 1px;
   border-left:#000000 1px;
   border-right:#000000 1px;
   border-bottom:#000000 1px;
   filter: Chroma(Color=#FFFFFF);
   background-color: #FFFFFF;
   font-size: 14px;
   width="100%";
}

textarea {
	border-width: 1;
	border-color: #000000;
	/* background-color: #efefef; */
	font-family: Arial,宋体;
	font-size: 9pt;
	font-style: bold;
	color:#274316;
}

select {
	background-color: #efefef;
	font-family: Arial,宋体;
	font-size: 9pt;
	font-style: bold;
}

a {
	text-decoration: none;
	line-height: 13pt;
}

a:link {
	font-family: Arial,宋体;
	font-size: 9pt;
}

a:visited {
	font-family: Arial,宋体;
	font-size: 9pt;
	/*color: #000066*/
}

a:active {
	font-family: Arial,宋体;
	font-size: 9pt;
}

a:hover {
	font-family: Arial,宋体;

	//上下划线
	//text-decoration: underline overline;
	text-decoration: underline;
	font-weight: bold;
}

/* Print style */
@media print {
   .noprint {display:none}
   .print {display:black}
}
