@charset "utf-8";
/* CSS Document */
.forTable {
	width: 100%;
}
.forRight {
	text-align: right;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: auto;
}
.forHeading {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
.forTable td {
	padding: 5px;
}
.tableContainer {
	background-color: #C5DBF9;
	width: 300px;
	border: 1px solid #666666;
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.forFooter {
	text-align: center;
	margin-top: 25px;
}

