body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
}

th {
}



/*--------link----------------------------------------------------------------------------*/
.blueboldlink:link { 
	font-family: "宋体";
	font-size:12px;
	color:#045BAA;
	text-decoration: none;
	font-weight:bold;
}
.blueboldlink:hover{
	font-family: "宋体";
	font-size:12px;
	color:#F1B05A;
	text-decoration: none;
	font-weight:bold;
}
.blueboldlink:visited{
	font-family: "宋体";
	font-size:12px;
	color:#045BAA;
	text-decoration: none;
	font-weight:bold;
}
.graylink:link{
	font-family: "宋体";
	font-size:12px;
	color:#999999;
	text-decoration: none;
}
.graylink:hover{
	font-family: "宋体";
	font-size:12px;
	color:#F1B05A;
	text-decoration: none;
}
.graylink:visited{
	font-family: "宋体";
	font-size:12px;
	color:#999999;
	text-decoration: none;
}
.redlink:link{
	font-family: "Arial";
	font-size:14px;
	color:#FE933D;
	text-decoration: underline;
}
.redlink:hover{
	font-family: "Arial";
	font-size:14px;
	color:#FE933D;
	text-decoration: underline;
}
.redlink:visited{
	font-family: "Arial";
	font-size:14px;
	color:#FE933D;
	text-decoration: underline;
}
.redboldlink:link{
	font-family: "Arial";
	font-size:14px;
	color:#FE933D;
	font-weight:bold;
	text-decoration: underline;
}
.redboldlink:hover{
	font-family: "Arial";
	font-size:14px;
	color:#FE933D;
	font-weight:bold;
	text-decoration: underline;
}
.redboldlink:visited{
	font-family: "Arial";
	font-size:14px;
	color:#FE933D;
	font-weight:bold;
	text-decoration: underline;
}
.currentlink:link{
	font-family: "Arial";
	font-size:14px;
	color:#FE933D;
	text-decoration: none;
	font-weight:bold;
}
.currentlink:hover{
	font-family: "Arial";
	font-size:14px;
	color:#FE933D;
	text-decoration: none;
	font-weight:bold;
}
.currentlink:visited{
	font-family: "Arial";
	font-size:14px;
	color:#FE933D;
	text-decoration: none;
	font-weight:bold;
}

/*--------text----------------------------------------------------------------------------*/
.bluetext{
	font-family: "宋体";
	font-size:12px;
	color:#045BAA;
	line-height:18px;
}
.blueboldtext{
	font-family: "宋体";
	font-size:12px;
	color:#045BAA;
	font-weight:bold;
}
.graytext{
	font-family: "宋体";
	font-size:12px;
	color:#999999;
	line-height:18px;
}
.greentext{
	font-family: "宋体";
	font-size:12px;
	color:#A6CE38;
	line-height:18px;
}
.redbigtext{
	font-family: "Arial";
	font-size:14px;
	color:#FE933D;
	font-weight:bold;
}
.redtext{
	font-family: "Arial";
	font-size:12px;
	color:#FE933D;
}
.englishredtext{
	font-family: "Arial";
	font-size:12px;
	color:#F1B05A;
}
.englishbluetext{
	font-family: "Arial";
	font-size:12px;
	color:#045BAA;
}
.englishgraytext{
	font-family: "Arial";
	font-size:12px;
	color:#999999;
	line-height:18px;
}
.greentable{
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #A6CE38;
	border-bottom-color: #A6CE38;
	border-left-color: #A6CE38;
	border-right-color: #A6CE38;
}



/*--------input----------------------------------------------------------------------------*/
.logininput{
	color:#444444;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-color: #999999;
}
.linkinput{
	color:#045BAA;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-color: #999999;
}
.input1 {	
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC3300;
	border: 1px solid #CC9933;
}
.searchinput{	
	font-size: 12px;
	color: #FFFFFF;
	width:118px;
	text-decoration: none;
	background-color: #B3E0FF;
	border: 1px solid #B3E0FF;
}
.searchframe{
	color:#444444;
	height:19px;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #045BAA;
	border-bottom-color: #045BAA;
	border-left-color: #045BAA;
	border-right-color: #045BAA;
}


