@charset "utf-8";
#mainContent table {
	width: 570px;
	text-align: center;
	border-top-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	margin-bottom: 10px;
}
#mainContent th {
	text-align: center;
	font-family: sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	font-weight: normal;
	font-size: 85%;
}
#mainContent td {
	background-color: #fffdf8;
	font-family: sans-serif;
	width: 188px;
	border-bottom-width: 1px;
	text-indent: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	font-size: 90%;
}

