*{
	margin: 0;
	padding: 0;
	font-family: 'Verdana';
}
body{
	width: 100%;
	text-align: left;
	font-family: 'Verdana';
}
.header{
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
}
.header span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.header span:nth-child(1){
	width: 200px;
	text-align: left;
}
.header span:nth-child(2){
	width: calc(100% - 300px);
	text-align: center;
}
table.top{
	width: 100%;
	vertical-align: top;
	border: 0;
}
table.top td{
	border: 0;
	vertical-align: top;
}
table.top tr td:nth-child(1){
	padding-left: 20px;
}
table.top tr td:last-child{
	text-align: right;
	font-size: 12px;
	line-height: 23px;
}
table.top tr td:last-child b{
	display: block;
	font-size: 15px;
	padding-bottom: 15px;
}
h1 .no_strong{
	font-weight: normal;
}
h1{
	display: block;
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	font-family: bold;
	font-family: 'Verdana';
	font-size: 32px;
	line-height: 32px;
	padding: 20px 0 20px 0;
}
.minih{
	display: block;
	float: none;
	clear: both;
	padding-left: 20px;
}
.minih table{
	width: 100%;
	/*border: 1px solid #000;*/
}
.minih table td:last-child{
	border-right: 1px solid #000;
}
.minih table tfoot tr:last-child td{
	border-bottom: 1px solid #000;

}
.minih table td{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	padding: 5px;
	color: #000;
}
.minih table thead td{
	font-weight: bold;
	text-align: center;
}
.minih table tbody td{
	line-height: 22px;
	font-size: 12px !important;
}
.minih table tfoot td{
	font-weight: bold;
}
.mfoot{
	text-align: right;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 10px;
	float: none;
	clear: both;
}
.p-name{
	display: block;
	float: none;
	clear: both;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	float: none;
	clear: both;
	padding-bottom: 15px;
}
.p-table{
	width: 100%;
	text-align: left;
	/*border: 1px solid #000;*/
}
.p-table td{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 5px;
	width: 50%;
	font-size: 12px !important;
}
.p-table tr:last-child td{
	border-bottom: 1px solid #000;
}
.p-table td:last-child{
	border-right:  1px solid #000;
}
.minih table.p-table-f{
	width: 95%;
	margin: auto;
	margin-top: 30px;
	border: 0;
}
.minih table.p-table-f td{
	border: 0;
}

.minih table.p-table-f td:nth-child(1), .minih table.p-table-f td:nth-child(3){
	width: 45%;
	border-bottom: 1px solid #000;
}
.minih table.p-table-f td:nth-child(2){
	width: 10%;
}
.minih table.p-table-f td span{
	background: #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 5px;
	top: 10px;
	left: -5px;
}