@charset "utf-8";
/* CSS Document */
.Table
{
	display: table;
	border: solid;
	border-color: #A0A0A0;
	border-width: 1px;
	
}
.Title
{
/*	display: table-caption; */
	text-align: center;
	font-weight: bold;
	font-size: 1.7em;
	margin-bottom: 20px;
}
.Heading
{
	display: table-row;
	font-weight: bold;
	text-align: center;
	background-color:#EBEBEB;
}
.Row
{
	display: table-row;
}
.Cell
{
	display: table-cell;
	border: solid;
	border-color:#D0D0D0;
	border-width: 0.25px;
	padding: 9px 8px;
}
.Cell p {
	line-height: 18px;
}
