#content h2 {
	background-image: url(../law/img/law_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#law {
	border-collapse:collapse;
	margin-left: 5px;
	
}


#law th,td {
	border: solid 1px #cccccc;
}

#law th {
	font-size: 12px;
	width: 80px;
	background-color: #E8E8E8;
	color: #666666;
}

#law td {
	font-size: 12px;
	width: auto;
	line-height: 115%;
}

