/*----------------------------网页整页属性-------------------------------------------------------*/ 
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	text-decoration: none;
	color:#333333;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;		/*设置或检索背景图像是随对象内容滚动还是固定(scroll :滚动 ,fixed :固定 )  background-attachment: fixed; */
		
	}

td {
	FONT-SIZE: 12px;
	line-height: 20px;
}
h5{
color:#666666;}
h4{color:#FFFFFF;}
/*-----------------------------------------input------------------------------------------------*/ 
.input1{
height:20px;
border:1px #96C5E1 solid;
color:#135491;
background-color:#F9FCFE;
background-image:url(../images/input_bg2.jpg);
}

input{
	height:20px;
	border:1px solid #333333;
}

textarea{
border:1px solid #333333;
background-color:#FFFFFF;
SCROLLBAR-FACE-COLOR: #F1F7FA;/*四方形表面*/
SCROLLBAR-SHADOW-COLOR: #333333;/*静止时的三角颜色*/
SCROLLBAR-3DLIGHT-COLOR: #333333;/* 方形表面上左线*/
SCROLLBAR-ARROW-COLOR: #78B1DE;/* 滑动时三角的颜色*/
SCROLLBAR-TRACK-COLOR: #EFF5FB;/*滑动条底*/
SCROLLBAR-DARKSHADOW-COLOR: #F9FCFE;/*立体阴影*/
SCROLLBAR-BASE-COLOR: #FFFFFF;/* 滑动时里左上线阴影的颜色*/


}

/*-------------------------------链接属性------------------------------------------------------*/ 
a{color: #333333;}                        		
a:hover {color:#CC3300;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.bracklink:link {
	text-decoration: none;
	color: #333333;
}
.bracklink:visited {
	text-decoration: none;
	color: #333333;
}
.bracklink:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.bracklink:active {
	text-decoration: none;
	color: #333333;
}

.redlink:link {
	text-decoration: none;
	color: #CC0000;
}
.redlink:visited {
	text-decoration: none;
	color: #CC0000;
}
.redlink:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.redlink:active {
	text-decoration: none;
	color: #CC0000;
}


/*------------------------------------------bg------------------------------------------------*/ 
.bg01{
	background-image: url(../images/in_39.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}



.td1{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

	
}
.td_left_brack{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
}
