body,td,th {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}

/*-------------------------------------------*/
/*--滚动条--*/
BODY {
SCROLLBAR-FACE-COLOR: #f1f1f1; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #c8c8ca;
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #999999; 
SCROLLBAR-TRACK-COLOR: #f9fafa; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
SCROLLBAR-BASE-COLOR: #f2f2f2; 
}

body {
	/*background-color: #F3F3F3;*/
	background:#CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/*-------------------------------------------*/

/* 链接-显示为灰色-经过为红色 */
.a_gray:link {
	color: #ccc;
	text-decoration: none;
}
.a_gray:visited {
	color:#ccc;
	text-decoration: none;
}
.a_gray:hover {
	color:#ffffff;
	text-decoration: none;
}
/* 链接-显示为深灰色-经过为红色 */
.a_graymax:link {
	color: #444444;
	text-decoration: none;
}
.a_graymax:visited {
	color:#444444;
	text-decoration: none;
}
.a_graymax:hover {
	color:#ff0000;
	text-decoration: none;
}
/* 链接-显示为黑色-经过为红色--默认 */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#ff0000;
	text-decoration: none;
}

/* 链接-显示为白色-经过为灰色 */
.a_white:link {
	color: #ffffff;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}
.a_white:visited {
	color:#ffffff;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}
.a_white:hover {
	color:#ff0000;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}

/* 链接-显示为蓝色-经过为红色 */
.a_red:link {
	color: #015a9d;
	text-decoration: none;
}
.a_red:visited {
	color:#015a9d;
	text-decoration: none;
}
.a_red:hover {
	color:#ff0000;
	text-decoration: none;
}
.lineHeight_18px{
 line-height:18px;
}
.lineHeight_20px{
 line-height:20px;
}
.lineHeight_25px{
 line-height:25px;
}
/*-------------------------------------------*/

/*--表单--*/
form {
	margin: 0px;
	padding: 0px;
}

/*input输入框*/
.input_style_normal{
/*height:16px;默认高度*/
padding:2px 8px 0pt 3px;
height:15px;
border:1px solid #CCC;
background-color:#FFF;
}
.input_style_big{
/*height:16px;默认高度*/
padding:2px 8px 0pt 3px;
height:20px;
border:1px solid #CCC;
background-color:#FFF;
}
.input_style_yellow{
padding:2px 8px 0pt 3px;
height:16px;
border:1px solid #999;
background-color:#FFFFCC;
}
/*无边框的输入框*/
.input_style_none{
padding:2px 8px 0pt 3px;
height:15px;
border:1px solid #fff;
background-color:#FFF;
}


/*-------------文字样式--------------------*/
/*--黑体字--*/
.black-font{
	font-family: "黑体"
}

/*--灰黑色字--*/
.gray_black_12px_333{
	font-size: 12px;
	color:#333333;
}
.gray_black_12px_555{
	font-size: 12px;
	color:#555555;
}


.gray_black_12px_bold_555{
	font-size: 12px;
	color:#555555;
	font-weight: bold;
}
.gray_black_12px_666{
	font-size: 12px;
	color:#666666;
}
.gray_black_12px_ccc{
	font-size: 12px;
	color:#cccccc;
}
.gray_black_14px_333{
	font-size: 14px;
	color:#333333;
}
.gray_black_14px_555{
	font-size: 14px;
	color:#555555;
}
.gray_black_14px_666{
	font-size: 14px;
	color:#666666;
}
.gray_black_14px_ccc{
	font-size: 14px;
	color:#cccccc;
}

/*--黑色字--*/
.black_12px{
	font-size: 12px;
	color:#000000;
}
.black_12px_bold{
	font-size: 12px;
	color:#000000;
	font-weight: bold;
}
.black_14px{
	font-size: 14px;
	color:#000000;
}
.black_14px_bold{
	font-size: 14px;
	color:#000000;
	font-weight: bold;
}

/*--红色字--*/
.red_12px{
	font-size: 12px;
	color:#ff0000;
}
.red_12px_bold{
	font-size: 12px;
	color:#ff0000;
	font-weight: bold;
}
.red_14px{
	font-size: 14px;
	color:#ff0000;
}
.red_14px_bold{
	font-size: 14px;
	color:#ff0000;
	font-weight: bold;
}

/*--蓝色字--*/
.blue_12px{
	font-size: 12px;
	color:#015a9d;
}
.blue_12px_bold{
	font-size: 12px;
	color:#015a9d;
	font-weight: bold;
}
.blue_14px{
	font-size: 14px;
	color:#015a9d;
}
.blue_14px_bold{
	font-size: 14px;
	color:#015a9d;
	font-weight: bold;
}
/*--黄色字--*/
.yellow_12px{
	font-size: 12px;
	color:#ffc436;
}
.yellow_12px_bold{
	font-size: 12px;
	color:#ffc436;
	font-weight: bold;
}
.yellow_14px{
	font-size: 14px;
	color:#ffc436;
}
.yellow_14px_bold{
	font-size: 14px;
	color:#ffc436;
	font-weight: bold;
}

/*-----------------表格边框--------------------------*/

/*红色表格*/
.table_red
{	border: 1px solid #ff0000;
}
/*蓝色表格*/
.table_blue
{	border: 1px solid #56B3F0;
}
/*灰色表格*/
.table_gray
{	border: 1px solid #ccc;
}
/*浅灰色表格*/
.table_gray-
{	border: 1px solid #efefef;
}
/*灰色表格上线无*/
.table_gray_upnone
{	border: 1px solid #ccc;
	border-top-color: #ffffff; 
}
/*灰色表格左*/
.table_gray_left
{	border: 1px solid #efefef;
	border-top-color: #ffffff; 
	border-bottom-color: #ffffff; 
	border-right-color: #ffffff; 
}
/*红色表格*/
.table_bold_red
{	border: 2px solid #ff0000;
	
}
/*-----------------文字段落的间距--------------------------*/
/*字的行间距*/
.font_height{
 line-height:18px;
 }

.font_spacing_2px{
 letter-spacing:2px;
}
.font_spacing_4px{
 letter-spacing:4px;
}

/*按钮风格*/
.button_blue{
	background:#2782d6; 
	color:#FFFFFF; 
	border:1px solid #2782d6;
	border:#2782d6
}


/*防止表格或DIV布局的网页页面被撑大的方法*/

/*1.如果你前台页面是用表格来布局的，那么在CSS文件中加入如下代码*/
table {
table-layout: fixed;
word-break: break-all;
overflow: hidden;
}

/*2.如果你前台页面是用DIV来布局的，那么在CSS文件中加入如下代码*/
div {
table-layout: fixed;
word-wrap: break-word;
overflow: hidden;
}

.jyvgfylx { 
             background-color:white;
             visibility:hidden;
             display:none;
             position:absolute;
             left:0px;top:0px; 
}

.jyocvbhy{width:5px; height:5px; clear:both; text-indent:10px;}

.jyectyle{margin:5px; padding:0; overflow:hidden;}

.jyocvbhy{width:5px; height:5px; clear:both; text-indent:10px;}

.jyectyle{margin:5px; padding:0; overflow:hidden;}

.jycsdfe{width:5px; height:5px; clear:both; text-indent:10px;}

.jyvcbodsf{margin:5px; padding:0; overflow:hidden;}

.jycsdfe{width:5px; height:5px; clear:both; text-indent:10px;}

.jyvcbodsf{margin:5px; padding:0; overflow:hidden;}

.jycderthj{width:5px; height:5px; clear:both; text-indent:10px;}

.jysdfecss{margin:5px; padding:0; overflow:hidden;}

.jycderthj{width:5px; height:5px; clear:both; text-indent:10px;}

.jysdfecss{margin:5px; padding:0; overflow:hidden;}

.jysdfecss{width:5px; height:5px; clear:both; text-indent:10px;}

.jyyksdf{margin:5px; padding:0; overflow:hidden;}

.jyvgfylx{width:5px; height:5px; clear:both; text-indent:10px;}

.jyertcsw{margin:5px; padding:0; overflow:hidden;}
.top_index {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;
top:0px;}
.jyyksdf{width:5px; height:5px; clear:both; text-indent:10px;}

.jyeocvwx{margin:5px; padding:0; overflow:hidden;}
.my_style {background-color:white;
visibility:hidden;
display:none;
position:absolute;
left:0px;
top:0px;}.new_lfe_st {text-indent:-9987px;}
