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

table {
	margin:20px;
	font-size:90%;}
th,td {
	padding:7px;}

th {
	background-color:#EFF5FF;
	text-align:center;
	border-right:1px solid #fff;}



td {
	border-bottom:1px dotted #888888;}
