<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: "Century Gothic", "Century Gothic", "Gill Sans";
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px;
	margin-bottom: 15px;
    margin:0;
    padding:0;
    height:100%;
}

Port {
	padding: 0px;
	margin-bottom: 15px;
    margin:0;
    padding:0;
    height:100%;
}

body1 {
	font-size: 10pt;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px;
	margin-bottom: 15px;
	margin: 0;
	padding: 0;
	height: 100%;
}

body2 {
	font-size: 0.825em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px;
	margin-bottom: 15px;
    margin:0;
    padding:0;
    height:100%;
}



#containerNAV {
   min-height:100%;
   position:relative;
}

#header {
	text-align: center;
}

#portnav {
	text-align: center;
	min-height:100%;
    position:relative;
}

#Port {
	padding-bottom: 2px;   /* Height of the footer */
	padding-top: 2px;
	padding-right: 80px;
	padding-left: 140px;
}

#body {
	padding-bottom: 2px;   /* Height of the footer */
	padding-top: -10px;
	padding-right: 80px;
	padding-left: 140px;
}

#body1 {
	padding-bottom: 2px;   /* Height of the footer */
	padding-top: 2px;
	padding-right: 80px;
	padding-left: 140px;
	text-align: left;
}

#body2 {
	padding-bottom: 2px;   /* Height of the footer */
	padding-top: 2px;
	padding-right: 60px;
	padding-left: 180px;
}

#MAINbody {
	position: relative;
	font-size: 0.825em;
	width: 75.15%;
	visibility: visible;
	height: auto;
	padding-left: 14%;
	padding-top: 60px;
	margin-bottom: 80px;
}

#MAINbody-tempport {
	position: relative;
	font-size: 0.95em;
	width: 60%;
	visibility: visible;
	height: auto;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 60px;
	margin-bottom: 80px;
	text-align: center;
}

#MAINbody-home {
	position: relative;
	font-size: 0.825em;
	width: 75.15%;
	visibility: visible;
	height: auto;
	padding-right: 10%;
	padding-left: 14%;
	padding-top: 20px;
	margin-bottom: 80px;
}

#MAINbody-clients {
	position: relative;
	font-size: 0.825em;
	width: 80%;
	visibility: visible;
	height: auto;
	padding-left: 9%;
	padding-top: 40px;
	margin-bottom: 80px;
}

#MAINimg {
	position: relative;
	width: auto;
	height: auto;
	top: 70px;
	padding-left: 12%;
	padding-right: 12%;
}

img {
	max-width: 100%;
	min-width: 30%;
	height: auto;
    margin-left: auto;
    margin-right: auto 
}

.three-col {
       -moz-column-count: 3;
       -moz-column-gap: 20px;
       -webkit-column-count: 3;
       -webkit-column-gap: 20px;
}

.three-col {
       -moz-column-count: 3;
       -moz-column-gap: 20px;
       -webkit-column-count: 3;
       -webkit-column-gap : 20px;
       -moz-column-rule-color:  #ccc;
       -moz-column-rule-style:  solid;
       -moz-column-rule-width:  1px;
       -webkit-column-rule-color:  #ccc;
       -webkit-column-rule-style: solid ;
       -webkit-column-rule-width:  1px;
}
</pre></body></html>