@charset "utf-8";
/* CSS Document */

table {
	border-spacing: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table td {
	padding: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-top-width: 0.5px;
	border-right-width: 0.5px;
	border-left-width: 0.5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F3F0EA;
	border-right-color: #F3F0EA;
	border-left-color: #F3F0EA;
}

