html, body{
	padding: 40px;
	margin: 0;
}

div.PO p{
	margin: 0;
	margin-right: 70px;
}

.wrapper{
	width: 8.5in;
	margin: auto;
	

}
section.section_one{	
	width: 100%;
}

section.section_two{
	width: 100%;
}

section.section_three{
	width: 100%;
}

section.section_four{
	width: 100%;

}

section.section_five{
	width: 100%;

}

div.one{
	width: 50%;
	line-height: 20px;
	padding: 15px;
	display: inline-block;
}

div.two{

	display: inline-block;
	width: 45%;
	font-weight: 800;
	font-size: 25px;
	text-align: right;
	vertical-align: top;
}

.second{
	display: inline-block;
	width: 45%;
	text-align: right;
	vertical-align: top;
	margin-top: 15px;
}

.marg_bottom{
	margin-bottom: -15px;
}
.top{
	margin-top: 21px;
}

.table_one{
	width: 315px;
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
	margin-left: 54px;
	margin-top: 15px;
}

.table_one td{
	text-align: center;
	height: 30px;
	border: 1px solid black;
	font-size: 15px;
	font-weight: normal;
	
}

.table_three{
	width: 262px;
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
	float: right;
}

.table_three td{
	height: 30px;
	border: 1px solid black;
	font-size: 15px;
	font-weight: normal;
	width: 100px;
	
}


.table_two{
	width: 300px;
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
	width: 395px;
	font-size: 17px;
	position: relative;
	right: 21px;
}

.table_long{
	width: 816px;
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
}

.table_long td{
	border: 1px solid black;
	font-size: 15px;
	font-weight: normal;
}

tr.td{
	border: 1px solid black;
}

.table_one thead{
	background-color: #E2E2E2FF;
}

.gray{
	background-color: #E2E2E2FF;
}

div.marg_top{
	margin-top: 91px;
}

.text_right{
	text-align: right;
}
.text_left{
	text-align: left;
}

.text_center{
	text-align: center;
}
