table {
	width: 100%;
	font: 12px Arial, sans-serif, serif;
	margin-bottom: 30px;
	padding: 0;
}
th {
	background: #F9F7F2;
	color: #000;
	border: 1px solid #CEBA8E;
	padding: 3px;
	text-align: center;
}
th.none {
	background: White;
	color: #000;
	border: 0;
}
td {
	border: 1px solid;
	background: White;
	padding: 5px;
	text-align: center;
}