<style media="screen" type="text/css">
html,body {
@charset "utf-8";
height:100%;
margin:0;
padding:0;
border:0;
}
body {
font-family: 'Open Sans', sans-serif;
font-size:14px;
line-height:1.3;
color:#222;
background:#fff;
position:relative;
}
#header .container .row .col-xs-12.col-sm-12.col-md-12 #wrap .navbar.navbar-default .container-fluid #bs-example-navbar-collapse-1 .nav.navbar-nav .dropdown .dropdown-menu li a {color: #6FF;/* #0080FF;*/}

* {
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
display:table;
content:'';
}
.clearfix:after {
clear:both;
}
.hidden {
display:none;
}
.container {
max-width:1000px;
margin:0 auto;
position:relative;
padding-bottom:5;
padding-top:5;
font-family: 'Open Sans', sans-serif;
font-size:14px;
line-height:1.3;
color:#222;
background:#fff;
}
/*general link styles*/
a {
	color: #03F;
}
a:hover {
	color: #000;
	background: #FFF;
	text-decoration:none;
}
p {
margin:.4em 0 .8em 0;
padding:0.2em;
}
P.malo {padding:0.1em;font-size:0.8em;}
/*heading styles*/
h1 {font-size:16px;line-height:18px; color:#F00; line-height:120%;margin:0.8em 0.8em 0;padding:0 5 0 5;}
h2 {font-size:14px;line-height:16px; color:#718e41; line-height:120%;margin:0.8em 0.6em 0;padding:0 5 0 5;}
h3 {font-size:12px;line-height:14px;margin:0.8em 0.4em 0;padding:0 5 0 5;}
h1, h2, h3, h4, h5, h6 {margin:10px 0;}

ul { padding 0 0 0 0px; margin: 5; list-style-type:disc;list-style-position: inside;}
ol { padding 0 0 0 0px; margin: 5; list-style-type:decimal;list-style-position: inside;}
/*li {padding-left:5px; padding-top:5px;}*/
/*li:before {padding-right:1px; color:black;}*/

@media print {h1 {page-break-before: always;}}

img {height: auto;max-width: 100%;}
.img-left { float:left; margin: 6px 10px 10px 6px;max-width: 50%;height: auto;}
.img-right { float: right; margin: 6px 0 15px 10px;max-width: 50%;height: auto;}
#responsive-image {height: auto;width: 75%; max-width:125px;}
.img-responsive {height: auto;width: 75%;}
.cell {display: table-cell;}
.cell-fluid {width: 100%;}

* {
    box-sizing: border-box;
}

.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create 3 equal columns that sits next to each other */
.column {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

h1.title {font-size:16px;line-height:18px; color:#F00; line-height:110%;TEXT-TRANSFORM:uppercase;margin:5 5 5 10;padding:5 5 5 5;}
h2.title {font-size:14px;line-height:16px; color:#718e41; line-height:100%;TEXT-TRANSFORM:uppercase;margin:5 5 5 10;padding:5 5 5 5;}
h3.title {font-size:0.8em;line-height:9px; color:#718e41; line-height:100%;TEXT-TRANSFORM:uppercase;padding:0 5 0 5;}
h4.title {font-size:0.7em;line-height:8px; color:#718e41; line-height:100%;TEXT-TRANSFORM:uppercase;padding:0 5 0 5;}
h1 .pageTitle {font-size:1.3em;line-height:18px; color:#F00; line-height:120%; azimuth:center;padding:5 5 5 5;}
/*h2 .title {font-size:1.1em; color:#096; line-height:120%; azimuth:center;padding:0 5 0 5;}*/

a img {border:none;}
a:link, #navEZPagesTOC ul li a {text-decoration:none;}
a:visited {text-decoration:underline;}
.sideBoxContent a:visited{}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover{}
a:active {}
A:link { color: #06C; text-decoration:underline;}
A:visited { color: #33F; font-weight:bold;}
A:hover { color: #0cc; font-weight:lighter; }
A:active { color: #CCC;}
a {
color: #428bca;
text-decoration: none;
}
hr {
margin-top: 10px;
margin-bottom: 10px;
border: 0;
border-top: 3px solid #eeeeee;
}

table {
max-width: 100%;
background-color: transparent;
}

th {
text-align: left;
}

#pageTitle {font-size:1.0em;line-height:12px; color:#F00; line-height:110%;TEXT-TRANSFORM:uppercase;}
#title {font-size:0.9em;line-height:10px; color:#096; line-height:100%;TEXT-TRANSFORM:uppercase;}

#header {
	clear:both;
	float:left;
	width:100%;
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:5px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
color: #33F;
}
#header ul li a.active,
#header ul li a.active:hover {
color: #33F;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}

#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 5px !important;
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (right menu) settings */
.rightmenu {
	background:#eee;		/* right column background colour */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#fff;		/* left column background colour */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}

ADDRESS {font-style:normal;padding:0.2em;}
/*HR {height: 1px;margin-top:0.5em;border:none;}*/
ul.list-links, ol.list-links{padding:0;margin-top:0;}
ul.list-links li{list-style-type:none;}
ol.list-links li{padding-left:5px; margin-left:5px;}
ul.list-links li a, ol.list-links li a{padding:5px;display:block;}
ul.list-links li:hover, ol.list-links li:hover{}

#myBtn {
display: none; /* Hidden by default */
position: fixed; /* Fixed/sticky position */
bottom: 20px; /* Place the button at the bottom of the page */
right: 30px; /* Place the button 30px from the right */
z-index: 99; /* Make sure it does not overlap */
border: none; /* Remove borders */
outline: none; /* Remove outline */
background-color: red; /* Set a background color */
color: white; /* Text color */
cursor: pointer; /* Add a mouse pointer on hover */
padding: 15px; /* Some padding */
border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
background-color: #3FF; /* Add a dark-grey background on hover */
}

.table {border: medium;}
.tableTable {

FONT-SIZE: 1em;
MARGIN-LEFT: 1px;
BORDER-COLLAPSE: collapse;
empty-cells: show;
}
.tableTable TD {
FONT-SIZE: 1em;
PADDING-RIGHT: 1.25em;
PADDING-LEFT: 1.25em;

}
.tableHeader {
FONT-SIZE: 1em;
BACKGROUND: #9bb55c;
COLOR: #fff;
}

margin: calc(1em + 5vh) calc(.5em + 5vw);
padding: calc(.5rem + 1vh) calc(.5rem + 2vw);
/*
@media (min-width:0) {}
@media (min-width:27.5em) {}
@media (min-width:34em) {}
@media (min-width:50em) {}
@media (min-width:27.5em) { }
@media (min-width:40em) { }
@media (min-width:64em) { }
@media (min-width:39.375em) { }
@media (min-width:60em) { }
@media (min-width:50em) and (max-width:74em) and (min-height:70em) { }
@media (min-width:50em) and (max-height:56.125em) { }
@media (min-width:80em) and (max-height:51em),(min-width:110em) and (min-height:65em) { }
@media (min-width:39.75em) {}
@media (min-width:39.75em) and (max-width:50em),(min-width:100em) { }
@media (min-width:50em) and (min-height:56.125em) { }
*/

.navbar-nav > li > a {
margin-top: 5;
border-top-right-radius: 5;
border-top-left-radius: 5;

color: #000;
background: #FFF;
text-decoration:none;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 5;
border-bottom-left-radius: 5;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
right: 0;
left: auto;
}


.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: scroll;
overflow-y: hidden;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
background-color: #fff;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}

@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 5px;
padding-bottom: 5px;
}
}

@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}

.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
}

@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}

@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}

@media (min-width: 768px) {
.navbar-text {
margin-right: 5px;
margin-left: 5px;
}
}

@media screen and (max-width: 400px) {
@-ms-viewport {
width: 320px;
}
}

.hidden {
display: none !important;
visibility: hidden !important;
}

.visible-xs {
display: none !important;
}

tr.visible-xs {
display: none !important;
}

th.visible-xs,
td.visible-xs {
display: none !important;
}

@media (min-width: 481px) and (max-width: 768px) {
.container {
width:100%;
padding:10px 5px 10px 5px;
}
#pageHeader { width:740px; }
.leftColumn { margin-right: 19.5em; }
.rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }
}
 
@media (min-width: 321px) and (max-width: 480px) {
.container {
width:100%;
padding:5px 5px 5px 5px;
}
#pageHeader { width:450px; }
.leftColumn { margin-right: 19.5em; }
.rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }
}

@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
/*padding: 5px 15px 5px 25px;*/
padding: 15px 5px 15px 5px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
 
@media (max-width: 320px) {
.container {
width:100%;
padding:5px 5px 5px 5px;
}
#pageHeader { width:275px; }
.leftColumn { margin-right: 19.5em; }
.rightColumn { position: absolute; top: 0; right: 0; width: 18.75em; }
}

@media (max-width: 768px) {
.container {
width:100%;
padding:10px 10px 10px 10px;
}

}

@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.visible-xs.visible-sm {
display: block !important;
}
tr.visible-xs.visible-sm {
display: table-row !important;
}
th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
display: table-cell !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-xs.visible-md {
display: block !important;
}
tr.visible-xs.visible-md {
display: table-row !important;
}
th.visible-xs.visible-md,
td.visible-xs.visible-md {
display: table-cell !important;
}
}

@media (max-width: 767px) {
.visible-sm.visible-xs {
display: block !important;
}
tr.visible-sm.visible-xs {
display: table-row !important;
}
th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
display: table-cell !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-sm.visible-md {
display: block !important;
}
tr.visible-sm.visible-md {
display: table-row !important;
}
th.visible-sm.visible-md,
td.visible-sm.visible-md {
display: table-cell !important;
}
}

@media (max-width: 767px) {
.visible-md.visible-xs {
display: block !important;
}
tr.visible-md.visible-xs {
display: table-row !important;
}
th.visible-md.visible-xs,
td.visible-md.visible-xs {
display: table-cell !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.visible-md.visible-sm {
display: block !important;
}
tr.visible-md.visible-sm {
display: table-row !important;
}
th.visible-md.visible-sm,
td.visible-md.visible-sm {
display: table-cell !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}

@media (max-width: 767px) {
.visible-lg.visible-xs {
display: block !important;
}
tr.visible-lg.visible-xs {
display: table-row !important;
}
th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
display: table-cell !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.visible-lg.visible-sm {
display: block !important;
}
tr.visible-lg.visible-sm {
display: table-row !important;
}
th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
display: table-cell !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-lg.visible-md {
display: block !important;
}
tr.visible-lg.visible-md {
display: table-row !important;
}
th.visible-lg.visible-md,
td.visible-lg.visible-md {
display: table-cell !important;
}
}

@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
tr.hidden-xs {
display: none !important;
}
th.hidden-xs,
td.hidden-xs {
display: none !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.hidden-xs.hidden-md {
display: none !important;
}
tr.hidden-xs.hidden-md {
display: none !important;
}
th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
display: none !important;
}
}

@media (max-width: 767px) {
.hidden-sm.hidden-xs {
display: none !important;
}
tr.hidden-sm.hidden-xs {
display: none !important;
}
th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
display: none !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
tr.hidden-sm {
display: none !important;
}
th.hidden-sm,
td.hidden-sm {
display: none !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.hidden-sm.hidden-md {
display: none !important;
}
tr.hidden-sm.hidden-md {
display: none !important;
}
th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
display: none !important;
}
}

@media (max-width: 767px) {
.hidden-md.hidden-xs {
display: none !important;
}
tr.hidden-md.hidden-xs {
display: none !important;
}
th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
display: none !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.hidden-md.hidden-sm {
display: none !important;
}
tr.hidden-md.hidden-sm {
display: none !important;
}
th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
display: none !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
tr.hidden-md {
display: none !important;
}
th.hidden-md,
td.hidden-md {
display: none !important;
}
}

@media (max-width: 767px) {
.hidden-lg.hidden-xs {
display: none !important;
}
tr.hidden-lg.hidden-xs {
display: none !important;
}
th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
display: none !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.hidden-lg.hidden-sm {
display: none !important;
}
tr.hidden-lg.hidden-sm {
display: none !important;
}
th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
display: none !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg.hidden-md {
display: none !important;
}
tr.hidden-lg.hidden-md {
display: none !important;
}
th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
display: none !important;
}
}

@media print {
.visible-print {
display: block !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
.hidden-print {
display: none !important;
}
tr.hidden-print {
display: none !important;
}
th.hidden-print,
td.hidden-print {
display: none !important;
}
}

@media screen and (min-width: 47.5em ) {
.leftColumn { margin-right: 16.75em; }
.rightColumn {top: 0; right: 0; width: 13.1em; }
}

@media screen and (min-width: 47.5em ) {
.leftColumn { margin-right: 19.5em; border:medium; }
.rightColumn { position: relative; top: 0; float: right; right: 0; width: 18.75em; }
} 

@media only screen and (max-width: 414px) { 
.deviceWidth {width:280px!important; padding:0;}
.center {text-align: center!important;}	 
}

@media (min-width: 769px) {
.leftColumn { margin-right: 19.5em; width:80%;border:double; }
.rightColumn { position: absolute; float:right; top: 0; right: 0; width:18.75em; border:solid; }
}

@media (min-width: 481px) and (max-width: 768px) {
.leftColumn { margin-right: 19.5em; }
.rightColumn { position: absolute; top: 0; right: 0; width: 13em; }
}
 
@media (min-width: 321px) and (max-width: 480px) {
.leftColumn { margin-right: 20.1em; }
.rightColumn { position: absolute; top: 0; right: 0; width: 8em; }
}
 
@media (max-width: 320px) {
.leftColumn { margin-right: 15.62em; border:solid; }
.rightColumn { position: absolute; top: 0; right: 0; width: 4.37em; }
}
</style>