.bustable table { width: 100%; }

.bustable td.tdlef
{
	padding: 2px;
	text-align: left;
}

.bustable td.tdrig
{
	padding: 2px;
	text-align: right;
}

.searcher
{
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	background-color: #fff;
	color: #333;
}


a
{
    color: #009;
    text-decoration: underline;
    white-space: normal;
}

a:hover
{
    color: #f00;
    text-decoration: underline;
    white-space: normal;
}

.typical
{
	padding: 3px;
	margin: 0px;
	text-align: left;
	border-width: 0px;
	color: #333;
}

.typical a
{
	color: #009;
	text-decoration: underline;
}

.typical a.spot
{
	color: #009;
	text-decoration: underline;
}


.typical b { color: #333; }

.typical b.spot { color: #F00; }


