@charset "utf-8";
/* CSS Document */

#content table {
	margin-bottom: 50px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B2B2B2;
	border-collapse: collapse;
}
#content table tr th {
	background-color: #E7F3E3;
	font-weight: bold;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 1.5;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B2B2B2;
	border-collapse: collapse;
	border-right-color: #E7F3E3;
}
#content table tr td {
	line-height: 1.5;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #B2B2B2;
	border-collapse: collapse;
	border-left-color: #E7F3E3;
}
