@charset "utf-8";
/* CSS Document */
		table tbody td,	table thead th {
			text-align:center;
			vertical-align:middle;
		}
		table thead th {
			background:#ccc;
			color:#000;
			font-size:14px;
			border:#000 solid 1px;
		}
		table thead th, table tbody td {
			padding:5px;
		}

