/* CSS Document */

/*---------td--------*/


td{
	font-family: "宋体", "Tahoma";
	font-size: 12px;
	line-height: 24px;
	color: 333333;

}



/*---------link--------*/

a:link {
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	line-height: 24px;
	color: 333333;
	text-decoration: none;
	margin: auto;
}
a:visited {
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	line-height: 24px;
	color: 249EC1;
	text-decoration: none;
}
a:hover {
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	line-height: 24px;
	color: 249EC1;
	text-decoration: none;
}



.menu_link:link {
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	line-height: 24px;
	color: 333333;
	text-decoration: none;
	font-weight: bold;
}
.menu_link:visited {
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	line-height: 24px;
	color: 333333;
	text-decoration: none;
	font-weight: bold;
}
.menu_link:hover {
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	line-height: 24px;
	color: 249EC1;
	text-decoration: none;
	font-weight: bold;
}


.menu2_link:link {
	font-family: "宋体", "Tahoma";
	font-size: 12px;
	line-height: 24px;
	color: 7F7F7F;
	text-decoration: none;
}
.menu2_link:visited {
	font-family: "宋体", "Tahoma";
	font-size: 12px;
	line-height: 24px;
	color: 7F7F7F;
	text-decoration: none;
}
.menu2_link:hover {
	font-family: "宋体", "Tahoma";
	font-size: 12px;
	line-height: 24px;
	color: 7F7F7F;
	text-decoration: none;
}


.print_link:link {
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	line-height: 18px;
	color: 333333;
	text-decoration: none;
}
.print_link:visited {
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	line-height: 18px;
	color: 333333;
	text-decoration: none;
}
.print_link:hover {
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	line-height: 18px;
	color: 249EC1;
	text-decoration: none;
}


/*---------font--------*/

.black_str{
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	color:000000;
	font-weight: bold;
}


.orange_str{
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	color:ED6924;
	font-weight: bold;
}

.grey{
	font-size: 12px;
    color:7F7F7F;
}


.blue_str{
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	color:249EC1;
	font-weight: bold;	
}


/*---------color--------*/
.bg_grey{
	background-color: E2E2E2;
}


.bg_grey1{
	background-color: F3EEEB;
}

.bg_grey2{
	background-color: F2F2F2;
}

.orange{
	color:ED6924;
}

.greyline{
    color:E2E2E2;
}


/*--------bk--------*/
.bk{
	border: 1px solid E2E2E2;

}

.input{
	border: 1px solid E2E2E2;
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	line-height: 18px;
	color: 333333;

}

.button{
	border: 1px solid E2E2E2;
	font-family: "宋体", "Tahoma";
	font-size: 13px;
	line-height: 18px;
	color: 333333;

}

.bk_3{
	border-top:  none ;
	border-right: 1px solid e2e2es2;
	border-bottom: 1px solid e2e2e2;
	border-left: 1px solid e2e2e2;

}
