@charset "UTF-8";
/* CSS Document */

table.sample {
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: #cccccc;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: #cccccc;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
}