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

td {
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 20px;
}
table {

}
a {
	color: #009900;
	font-weight: bold;
}
a:hover {
	color: #333333;
}
