
#box-table-a{
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	width:1000px;
	text-align:center;
	border-collapse:collapse;
	margin:20px;
	
}
#box-table-a table{
	align:center;
	
}

/*head */
#box-table-a th{
	font-size:13px;
	font-weight:bold;
	border-top:2px solid #E1E2E2;
	border-bottom:1px solid #E1E2E2;
	color:#000;
	padding:8px;
}
#box-table-a td{
	border-bottom:1px solid #fff;
	border-left:1px solid #E1E2E2;
	border-right:1px solid #E1E2E2;
	color:#666;
	border-top:1px solid transparent;
	padding:8px;
	
}
#box-table-a tr:hover td{
	background:#D6EAF8;
	color:#000;
	
}
.boxhead{
	background-color:#A3D4F3;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:1px 1px;
}