@charset "utf-8";
/* CSS Document */
table{
	width:730px;
	padding:15px 0px 5px 0px;
	border:none;
	border-collapse:separate;
	border-spacing:0px;
}
tr{
	width:730px;
	border:none;
	padding:0px;
	margin:0px;
}
td{
	border:none;
	padding:3px 2px 3px 3px;
	margin:0px;
	height:15px;
}
tr:hover{
	background-color:#f7ec14;
}
