table {
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-collapse: collapse;
}	
table th {
	font-size: 12px;
	font-weight: bold;
	background: #88C7E9;
	text-align: center;
	vertical-align: bottom;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
table td {
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}

