html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

:focus
{
	outline: 0;
}

ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

body
{
	line-height: 1,8;
	color: #000;
	background-color: #dcdcdc;
	font-family : verdana;
	font-size: 18px;
}

a
{
	text-decoration: none;
	color: #1883ba;
}

p
{
	text-align: justify;
	text-justify: inter-word;
	font-size: 16px;
	font-weight: normal;
}

h1
{
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 18px;
}

h2
{
	font-size: 18px;
}

#container
{
	width: 90%;
	margin: 0px auto;
	-webkit-box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.45);
	box-shadow: 0px 10px 30px 5px rgba(0,0,0,0.45);
}

#header
{
	padding: 20px;
	font-size: 36px;
	height: 135px;
	background-color: #FFFFFF;
	color: #E3E3E3;
}

#logo {
	background-image: url('../images/logo_146x125.jpg');
	width: 146px;
	height: 125px;
	background-repeat: no-repeat;
	position: inherit;
	top: 5px;
	left: 5px;
	z-index: 10;
}

#main_content
{
	background-color: #fff;
	padding: 60px 20px 20px;
}


.left
{
	float: left;
	width: 60%;
	text-align: justify;
}

.right
{
	float: right;
	width: 32%;
	text-align: justify;
}

.hundred
{
	height: 100%;
	width: 100%;
	object-fit: contain;
}

img
{
	padding: 0px 10px 0px 0px;
}
#footer p
{
	margin: 0;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	color: #333;
	font: 16px Arial, sans-serif;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

.tabs
{
	width: 100%;
	height: 62px;
	background-color: #444;
}

.tabs li
{
	float: left;
	margin: 0;
	overflow: hidden;
	background-color: #444;
}

.tabs li a
{
	display: block;
	color: #fff;
	text-decoration: none;
	font: bold 22px/11px 'Arial';
	text-transform: uppercase;
	padding: 25px 35px;
	border-right: 1px solid #fff;
}

.tabs li a:hover
{
		background-color: #2C348A;
}

.tabs li.active a
{
	color:  #fff;
	background-color: #4F84BB;
}

.fullreverse
{
	background: #000 !important;
	color: #fff !important;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -20px;
	padding-right: 20px;
	padding: 20px;
	margin-bottom: 0;
}

code
{
	white-space: pre;
	background-color: #eee;
	display: block;
	padding: 10px;
	margin-bottom: 18px;
	overflow: auto;
}

.bottom,
.last
{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.box 
{
  padding: 18px; 
  margin-bottom: 18px; 
  background: #eee; 
}

.reverse,
.reversed
{
	background: #000 !important;
	color: #fff !important;
	border: none !important;
}

.section
{
	margin-bottom: 18px;
}

.section:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}