@charset "utf-8";
.tables {
	position: static;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: auto;
	left: auto;
	background-color: #FCF9FF;
}
.table1 {
	border: 1px dotted #3399FF;
	background-position: center;
	text-align: center;
}

.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inherit;
}
