@charset "utf-8";
#text table {
	margin: auto;
	border-collapse: collapse;
	border: 1px solid #ffffff;
}
#text table tr {
	border: 1px solid #ffffff;
	background-color: #E2E9F1;
}
#text table td {
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	vertical-align: middle;
}
#text strong {
	font-weight: bold;
	color: #000000;
}

