	
#exchange-main table{border: none;}
	table,td {
		color: #000;
		font-size: 12px;
		white-space: nowrap;
		text-align:center;
  border-bottom: 1px solid #aaa;
  border-collapse:collapse;
  border-left: 1px solid #aaa;
	}
	
	/* 表格线样式 */
	.even td {
		background: #f9f9f9;
		padding-right: 5px;
		padding-left: 5px;
	}
	
 td.first,table.listView1 th.first{border-left: none;}
	
	.odd td {
		background: #fff;
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.label {
		color:#000;
		font-size:12px;
		font-style: normal;
	}
	
	.label1 {
		color:#000;
		font-style: normal;
		text-align:left;
	}	
	
	.listView, .wwFormTable,.listView1 {
		border: 1px solid #aaa;
	}
	
	table.listView1 th {
		/* this definition should be exactly the same as .listViewThS1 */
		color: #000;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		height: 35px;
		background-color: #E6E6E6;
		white-space: nowrap;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-collapse:collapse;
	}
	
	table.listView1 td {
		/* this definition should be exactly the same as .listViewThS1 */
		color: #000;
		padding-left: 5px;
		padding-right: 5px;
		white-space: nowrap;
	}

	
	h4 {
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 8px;
}
.table-title {text-align:right;}
.notice{margin-top:20px;}
.notice td,.notice table{border:none; color: #AEAEAE;}