﻿
html
{
	font-size: 100%;
}

body
{
	color: #005FBA;
	background-color: #EBF4FE;
	font-family: inherit;
	font-size: 1.12rem;
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #FF7E5B;
	font-size: 1.3rem;
	margin-top: 12px;
	text-align: center;
}

.page_container
{
	margin: 0px auto;
	max-width: 1280px;
	padding: 0px 1px 0px 1px;
}

.main_table
{
	border-collapse: collapse;
}

.first_cell
{
	border: 2px solid #609CE5;
	min-width: 250px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	vertical-align: top;
}

.second_cell
{
	border: 2px solid #609CE5;
	padding: 10px;
	vertical-align: top;
}

.second_cell > p
{
	margin: 0px;
	text-align: justify;
	text-indent: 45px;
}

.second_cell > table
{
	border-spacing: 0px;
}

.second_cell > table td
{
	background: #DEE8F2;
	border: 1px solid;
	border-color: rgba(0,95,186,0.39);
	border-right: 0px;
	border-top: 0px;
	padding: 5px;
}

.right_p
{
	text-align: right !important;
	text-indent: 0px !important;
}

.center_p
{
	text-align: center !important;
	text-indent: 0px !important;
}

.margin_p
{
	margin-bottom: 5px !important;
}

.signature
{
	display: flex;
	justify-content: space-between;
	margin-left: 45px !important;
	margin-right: 45px !important;
	text-indent: 0px !important;
}

.h_divider
{
	margin: auto;
	margin-bottom: 16px;
	margin-top: 40px;
	position: relative;
	width: 80%;
}

.h_divider .shadow
{
	height: 20px;
	overflow: hidden;
}

.h_divider .shadow:after
{
	border-radius: 125px/12px;
	box-shadow: 0 0 8px #005FBA;
	content: '';
	display: block;
	height: 25px;
	margin: -25px auto 0;
	width: 100%;
}

.top_left_td
{
	border-left: 0px !important;
	border-top-left-radius: 10px;
}

.top_right_td
{
	border-right: 0px rgba(0,95,186,0.39) !important;
	border-top-right-radius: 10px;
}

.bottom_left_td
{
	border-bottom-left-radius: 10px;
}

.bottom_right_td
{
	border-bottom-right-radius: 10px;
}

.header_td
{
	background: rgba(0,95,186,0.67) !important;
	border-bottom: 0px !important;
	border-color: white !important;
	border-right: 0px;
	border-top: 0px !important;
	color: white;
	padding: 15px !important;
}

.last_td
{
	border-right: 1px solid rgba(0,95,186,0.39) !important;
}