tr.menuline
{
 	background-color: #5A64A1;
 	onmousemove: expression(
		onmousemove = function()
		{
			var o = this.parentElement;
			while (o.tagName.toUpperCase() != 'TABLE') o = o.parentElement;
			var r = o.rows;
			var j = r.length;
			var n = this.sectionRowIndex;
			for (var i = 0; i < j; i++)
			{
				if (r.item(i).className == 'menuline')
					if (i != n)
					{
						if (r.item(i).style.backgroundColor.toUpperCase() != '#5A64A1')
							r.item(i).style.backgroundColor = "#5a64a1";
					}
					else
						if (r.item(i).style.backgroundColor.toUpperCase() != '#FF6600')
							this.style.backgroundColor = "#ff6600";
			}
		}
	);
}
.sts-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.sts-main-bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: #399;
	margin-bottom: 22px;
}
.sts-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	font-weight: bold;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}tr.hmenu 
{
	onmouseover: expression(
		onmouseover = function()
		{
			var j = this.cells.length;
			var o, a, b;
			for (var i = 1; i < j; i++)
			{
				a = this.cells[i].children.length;
				for (b = 0; b < a; b++)
				{
					o = this.cells[i].children[b];
					if (o.tagName.toUpperCase() == 'IMG') o.style.visibility = 'visible';
				}
			}
		}
	);

	                            
	onmouseout: expression(        
		onmouseout = function()
		{
			var j = this.cells.length;
			var o, a, b;
			for (var i = 1; i < j; i++)
			{
				a = this.cells[i].children.length;
				for (b = 0; b < a; b++)
				{
					o = this.cells[i].children[b];
					if (o.tagName.toUpperCase() == 'IMG') o.style.visibility = 'hidden';
				}
			}
		}
	);
}

td.trhover 
{
	background-color: #5A64A1;
	
	onmouseover: expression(
		onmouseover = function()
		{
			this.style.backgroundColor = "#FF6600";
		}
	);

	                            
	onmouseout: expression(        
		onmouseout = function()
		{
			this.style.backgroundColor = "#5A64A1";
		}
	);
}
td.menu 
{
 	background-color: #5A64A1;
	
	onmouseover: expression(
		onmouseover = function()
		{
			this.style.backgroundColor = "#E20733";
		}
	);

	                            
	onmouseout: expression(        
		onmouseout = function()
		{
			this.style.backgroundColor = "#5A64A1";
		}
	);
}td.vmenu 
{
 	background-color: #5A64A1;
	
	onmouseover: expression(
		onmouseover = function()
		{
			backgroundColor = "#E20733";
		}
	);

	                            
	onmouseout: expression(        
		onmouseout = function()
		{
			backgroundColor = "#5A64A1";
		}
	);
}
A.type2  {
	FONT-WEIGHT: normal;
	COLOR: #FFFFFF;
	PADDING-TOP: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: auto;

}
A.type2:visited {
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	FONT-WEIGHT: normal;
	PADDING-BOTTOM: 0px;
	COLOR: #FFFFFF;
	PADDING-TOP: 0px;
	TEXT-DECORATION: none;
	width: auto;
	border-bottom-style: none;
}
A.type2:hover {
	COLOR: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}.enavtop {
	color: #484848;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	word-spacing: 1pt;
	font-weight: 500;
}
.pulldown-bg {
	background-color: #5A64A1;
}
.pulldown-single {
	background-color: #FF6600;
}
.txt-pulldown {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

}
		
.txt-foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

.td-main1 {
	font-size: 12px;
	color: #333333;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
A.type4  {
	FONT-WEIGHT: normal;
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;

}
A.type4:visited {
FONT-WEIGHT: normal; COLOR: #000000; TEXT-DECORATION: none
}
A.type4:hover {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	COLOR: #f9a709;
	BORDER-RIGHT-WIDTH: 0px;
}

A.type4b  {
	FONT-WEIGHT: normal;
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}
A.type4b:visited {
FONT-WEIGHT: normal; COLOR: #000000; TEXT-DECORATION: none
}
A.type4b:hover {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	COLOR: #727272;
	BORDER-RIGHT-WIDTH: 0px;
}

A.type4c  {
	FONT-WEIGHT: normal;
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #CCC;
	padding:2px;
}
A.type4c:visited {
	FONT-WEIGHT: normal;
	COLOR: #000000;
	TEXT-DECORATION: none;
	background-color:#CCC;
	padding:2px;
}
A.type4c:hover {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	background-color:#f7b007;
	padding:2px;
}

A.type4a  {
	FONT-WEIGHT: normal;
	COLOR: #000000;
	PADDING-TOP: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}
A.type4a:visited {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: normal; PADDING-BOTTOM: 0px; COLOR: #000000; PADDING-TOP: 0px; TEXT-DECORATION: none
}
A.type4a:hover {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	COLOR: #ff9e2b;
	BORDER-RIGHT-WIDTH: 0px;
A.news  {
	FONT-WEIGHT: normal;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;

}
A.news:visited {
FONT-WEIGHT: normal; COLOR: #333333; TEXT-DECORATION: none
}
A.news:hover {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	COLOR: #333333;
	BORDER-RIGHT-WIDTH: 0px;
	background-color: #e8f8FF;
	padding-right: 4px;
	padding-left: 4px;
}A.disclaimer  {
	FONT-WEIGHT: 500;
	COLOR: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;

}
A.disclaimer:visited {
FONT-WEIGHT: normal; COLOR: #333333; TEXT-DECORATION: none
}
A.disclaimer:hover {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	COLOR: #333333;
	BORDER-RIGHT-WIDTH: 0px;
	background-color: #E8F8FF;
	padding-right: 4px;
	padding-left: 4px;
}
.side-nav {
	font-family: "宋体";
	font-size: 12px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E4E0;
}
.tt-above-short-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
.txt-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bg-select {
	background-color: #EEF3FD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.tip-form {
	FONT-SIZE: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.txt-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
}
.track-data {
	FONT-SIZE: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
}
.border-track-batch {
	background-color: #E7EAF8;
	border: 1px dashed #666666;
}
.txt-basic-info-e-time {

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: normal;
	color: #E60012;
	padding-top: 1px;
	letter-spacing: 0px;
}
.tb-decor1 {
	background-color: #DADFF3;
}
.-tt1 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
	background-color: #EFEFEF;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 8px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.td-main2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #F7F8FD;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.processing-status {


	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: normal;
	color: #000000;
	padding-top: 1px;
	letter-spacing: 0px;
}
.nav-bg {
	background-color: #D1D8EF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
.tt-input-arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding-left: 4px;
	color: #333333;
}
.input1 {
	
	
	font-size: 12px;
}.dan-jian-number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.txt-main-w-bg {
	font-size: 12px;
	color: #333333;
	background-color: #C4D1E8;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 5px;
	height: auto;
	width: auto;
	background-image: url(../include/images/txt-main-w-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
}
.counter-w-bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;


}

}.news-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-align: justify;
}
.td-caption {
	font-size: 12px;
	text-align: center; 
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	}
	.td-main4 {
	border-left-color: #999999;
	font-size: 12px;
	color: #333333;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-color: #999999;
	background-color: #F7F8FD;
	padding-left: 4px;
	border-top-color: #999999;
	border-right-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
