@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 13px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#all {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}
a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #909;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}
#all .tbl {
	width: 100%;
}
#all .tbl tr td {
	font-size: 12px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 4px;
}
#all div a img {
	border: none;
}