body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "宋体";
	font-size: 14px;
	color: #333333;
}

.BorderTable2 {
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #AFC5D0;
}
.BorderTable3 {
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #E6E6E6;
}
.BorderTable4 {
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #AFC5D0;
}



.RedFont12 {
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
}
.DelFont12Red {
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
	text-decoration: line-through;
}
.redFont14 {
	font-family: "宋体", Arial;
	font-size: 14px;
	color: #FF0000;
}
.TopInput {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	width: 80px;
	border: 1px solid #000000;
}
.OrangeFont12
{
	font-family: "宋体";
	font-size: 12px;
	color: #FF7E00;
}
td {
	font-family: "宋体";
	font-size: 14px;
}
/*新宋体*/
.NewSt14 {
	font-family: "新宋体";
	font-size: 14px;
	color: #6665CB;
}
.SoldCsBorder {
	font-family: "宋体", Arial;
	font-size: 12px;
	border: 1px solid #FF8D1D;
}
.SolidTableBorder {
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #e7e7e7;
}

.LineBorderTable {
	font-family: "宋体";
	font-size: 12px;
	background-color: #F5F5F5;
	border: 1px solid #BEBBBB;
	Height: 27px;
}
.buttonLine {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

/*=========================表格样式集========================*/
.BorderTable {
	font-family: "宋体";
	font-size: 12px;
	border: 1px dashed #7F7F7F;
}





/*=========================链接样式==========================*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0099ff;
}
a:active {
	text-decoration: none;
	color: #000000;
}
/*////////////////红色12号字链接/////////////////*/
A.Red12link:link {
	FONT-SIZE: 12px;
	COLOR: red;
	font-family: "宋体", Arial;
}
A.Red12link:visited {
	FONT-SIZE: 12px;
	COLOR: red;
	font-family: "宋体", Arial;
}
A.Red12link:active {
	COLOR: red;
	font-family: "宋体", Arial;
	font-size: 12px;
	text-decoration: underline;
}
A.Red12link:hover {
	COLOR: #FFFFFF;
	font-family: "宋体", Arial;
	font-size: 12px;
	text-decoration: underline;
	background-color: #FF0000;
}




/*////////////////蓝色12号字下划线链接/////////////////*/
A.Blue12Linelink:link {
	FONT-SIZE: 12px;
	COLOR: #5348E2;
	font-family: "宋体";
	text-decoration: underline;
}
A.Blue12Linelink:visited {
	FONT-SIZE: 12px;
	COLOR: #5348E2;
	font-family: "宋体";
	text-decoration: underline;
}
A.Blue12Linelink:active {
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	font-family: "宋体";
	background-color: #5348E2;
}
A.Blue12Linelink:hover {
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	font-family: "宋体";
	background-color: #5348E2;
}


/*========================表格边框样式=======================*/

/*橙黄边框*/
.OrangeAndYellowTable {
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #F2AD0A;
}

/*=========================表单类样式=======================*/
.InputLogin {
	font-family: "宋体";
	font-size: 12px;
	border: 1px solid #909090;
}
.SubmitLogin {
	font-family: "宋体";
	font-size: 12px;
	background-color: #E8E8E8;
	border: 1px solid #909090;
}
.BorderInput {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	width: 75px;
	background-color: #B70000;
	border: 1px solid #000000;
}
.IndexButton {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	background-color: #C00500;
	border: 1px solid #790000;
	width: 80px;
	height: 23px;
}


/*==========================Div层===========================*/
#Body_Index {
	font-family: "宋体";
	font-size: 12px;
	width: 1004px;
	margin:0 auto;
}

#Body_left {
	font-family: "宋体";
	font-size: 12px;
	float: left;
	width: 200px;
}
#BodyMidden {
	font-family: "宋体";
	font-size: 12px;
	float: left;
	width: 5px;
}
#Bodyleft {
	font-family: "宋体";
	font-size: 12px;
	float: left;
	width: 15px;
}

#Body_Right {
	font-family: "宋体";
	font-size: 12px;
	float: left;
	width: 780px;
}
.dotline {
BORDER-BOTTOM-STYLE: dotted; BORDER-LEFT-STYLE: dotted; BORDER-RIGHT-STYLE: dotted; BORDER-TOP-STYLE: dotted
}