@charset "utf-8";
#table a {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../mm_arrow.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: 5px;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.table_style {
	font-size: 12px;
}

#table a:hover {
	background-color: #FFFFFF;
}

