﻿
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;
}

.title
{
	border: 1px solid #609CE5;
	border-radius: 5px;
	box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1), -2px -2px 5px 0 rgba(0,0,0,.1), 2px 2px 5px 0 rgba(0,0,0,.1), -2px 2px 5px 0 rgba(0,0,0,.1);
	background: #609CE5;
	color: white;
	padding: 10px;
	text-align: center !important;
	text-indent: 0px !important;
}

.border
{
	list-style: none;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
	text-align: justify;
}

.border li
{
	border: 0px solid transparent;
	border-left: 10px solid #FF7E5B;
	border-radius: 5px;
	box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1), -2px -2px 5px 0 rgba(0,0,0,.1), 2px 2px 5px 0 rgba(0,0,0,.1), -2px 2px 5px 0 rgba(0,0,0,.1);
	cursor: pointer;
	margin-bottom: 10px;
	padding: 7px 20px;
	position: relative;
}

.border li:before
{
	background: #FF7E5B;
	border-radius: 0px 5px 5px 0px;
	content:'';
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	width: 0;
	z-index: -1;
}

.border li:hover:before
{
	width: 100%;
}

.link
{
	color: #005FBA;
	display: inline-block;
	text-align: justify;
	text-decoration: none;
}

.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%;
}