.divlin {
	clear: both;
	background-image: url(../imgs/dotted.gif);
	background-repeat: repeat-x;
	height: 1px;
}
.local {
	display: block;
	width: 350px;
	float: left;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}
.num {
	display: block;
	float: left;
	width: 300px;
	font-size: 13px;
	color: #F00;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}

