.text_color{
	color: #022668;
}

.table, .table * {
	margin: 0 auto; 
	padding: 0;
	font-size: 14px;
	font-family: Arial, 宋体, Helvetica, sans-serif;
}   

.table {
	display: table; 
	width: 100%; 
	border-collapse: collapse;
}   

.table-tr {
	display: table-row; 
	height: 30px;
}   

.table-th {
	display: table-cell;
	font-weight: bold;
	height: 100%;
	border: 1px solid gray;
	text-align: center;
	vertical-align: middle;
}   

.table-td {
	display: table-cell; 
	height: 100%;
	border: 1px solid gray; 
	text-align: center;
	vertical-align: middle;
} 
