@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
* {
	margin: 0px;
	padding: 0px;
}
.page {
	height: 297mm;
	width: 210mm;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	width: 16%;
	float: left;
}
.title {
	float: left;
	width: 60%;
	text-align: center;
	margin-top: 37px;
}
.page .title h2 {
	font-size: 14pt;
}
.page .title h1 {
	font-size: 25pt;
	line-height: 40pt;
}

.page .title h3 {
	font-size: 14pt;
	font-weight: normal;
}
.page .title p {
	font-size: 9pt;
	line-height: 18px;
	font-weight: bold;
}



.pt-pic {
	float: left;
	width: 18%;
	padding-right: 1%;
	padding-left: 1%;
	border: 1px dashed #666;
}
.clrfix {
	clear: both;
}
.page .logo img {
	width: 90%;
}
.page .title h4 {
	font-size: 18pt;
	line-height: 30pt;
	letter-spacing: 1pt;
	margin-top: 15px;
}
.lbl-name input,.lbl-name-8 input, .lbl-name-84 input  {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.section {
	margin-top: 15px;
}
.page .section h2 {
	color: #FFF;
	background-color: #333;
	font-size: 16pt;
	line-height: 20pt;
	margin-bottom: 10px;
	text-indent: 5px;
}
.page .section h3 {
	font-size: 18px;
}
.middle {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.middle table {
	table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  
}

table, th, td {
  border: 1px solid black;
}
th {
	background-color: #000;
	font-size: 14px;
	color: #FFF;
	padding: 5px;
}
.space-20 {
	display: block;
	height: 20px;
}
.foot-r {
	float: right;
	width: 25%;
}
.footer strong {
	font-size: 16px;
}




.middle table td {
	padding: 5px;
}




.lbl-name {
	float: left;
	width: 16.66%;
	margin-bottom: 14px;
}
.lbl-name-8 {
	float: left;
	width: 12.5%;
	margin-bottom: 8px;
}
.half {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
.half label {
	margin-right: 15px;
}



.lbl-name-84 {
	float: left;
	width: 83.3%;
	margin-bottom: 8px;
}

.dot-line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	text-indent: 5px;
}
.right-txt {
	text-align: right;
	/* [disabled]margin-right: 5px; */
}

