@charset "utf-8";
/* CSS Document */

.SizeHeading {
	font-size: 24px;
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}
.BorderTable {
	border: 1px solid #666;
}
.BorderCellBottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
}
.BorderCellRight {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1px;
	border-right-color: #666;
}

