td {
	font-size: 12px;
	line-height: 18px;
}

A:link,A:active,A:visited{TEXT-DECORATION:none ;Color:#333333}
A:hover{TEXT-DECORATION: underline;Color:#FF0000}

a.a1:link,a.a1:active,a.a1:visited{TEXT-DECORATION:none ;Color:#333333}
a.a1:hover {  font-size: 9pt; color: #033caa; text-decoration: none}

a.a2:link,a.a2:active,a.a2:visited{TEXT-DECORATION:none ;Color:#ffffff}
a.a2:hover {  font-size: 9pt; color: #cccccc; text-decoration: none}
.move:link          { color: #ff3300; text-decoration: none} 
.move:visited       { color: #ff3300; text-decoration: none} 
.move:active        { color: #ff3300; text-decoration: none} 
.move:hover         { color: #033caa; text-decoration: none; position: relative; left: 1px; top: 1px} 
.move1:link          { color: #033caa; text-decoration: none} 
.move1:visited       { color: #033caa; text-decoration: none} 
.move1:active        { color: #033caa; text-decoration: none} 
.move1:hover         { color: #0000ff; text-decoration: none; position: relative; left: 1px; top: 1px}
.move2:link          { color: #0000ff; text-decoration: none} 
.move2:visited       { color: #0000ff; text-decoration: none} 
.move2:active        { color: #0000ff; text-decoration: none} 
.move2:hover         { color: #033caa; text-decoration: none; position: relative; left: 1px; top: 1px}
.move3:link          { color: #666666; text-decoration: none} 
.move3:visited       { color: #666666; text-decoration: none} 
.move3:active        { color: #666666; text-decoration: none} 
.move3:hover         { color: #033caa; text-decoration: none; position: relative; left: 1px; top: 1px} 

INPUT.input1 {
	BACKGROUND-POSITION: 0% 50%;
	FONT-SIZE: 9pt;
	BACKGROUND-ATTACHMENT: scroll;
	COLOR: #000000;
	BACKGROUND-REPEAT: repeat;
	HEIGHT: 16px;
	BACKGROUND-COLOR: #eaeaea;
	border: 1px solid #000000;
}
/*****************************************************
  列表 TH(标题) TD(内容)ServiceCenter
*****************************************************/
TABLE.ServiceCenter { 
		border:0px; 
		width:100%; 
		padding:0px;
		border-top:1px solid #3366cc;
		border-bottom:1px solid #3366cc;
		border-right:1px solid #3366cc;
		border-left:1px solid #3366cc;
}
TABLE.ServiceCenter TH
	{
		height: 24px;
		background-color:#3366cc;
		font-family:宋体;
		font-size: 9pt;
		color: #ffffff;
	}
TABLE.ServiceCenter TH A:link {COLOR: #FFFFFF; TEXT-DECORATION: none}
TABLE.ServiceCenter TH A:visited {COLOR: #FFFFFF; TEXT-DECORATION: none}
TABLE.ServiceCenter TH A:hover {COLOR: #ff0000; TEXT-DECORATION: underline}

TABLE.ServiceCenter TD 
	{
		line-height: 20px;
		background-color:#ffffff;
		font-family:宋体;
		font-size: 9pt;
	}
