.box_content h1 {
	font-size: 16px;
	line-height: 28px;
}
.box_content h4{
	color:#000;
	margin:30px 0 0 0;
} 
.box_content table {
	width: 100%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	line-height: 20px;
}
.box_content th {
	width: 20%;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}
.box_content td {
	border-bottom: solid 1px #000;
	padding: 2px 4px;
}
.box_content p {
	text-align: right;
	font-size:12px;
	font-weight: bold;
	padding-top: 10px;
}
.box_content .box_content_table {
	border-right:0;
}
.box_content .box_content_table td{
	border-right:solid 1px #000;
	text-align:center;
}
.box_content .box_content_table th{
	font-weight:bold;
}

