<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Compatibility Entries */
* {margin: 0; padding: 0;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}

img {
	border: none;
}

* html .clearfix {
	height: 1%;
}

.shadow {
	-moz-box-shadow: 0px 1px 4px #FFF;
	-webkit-box-shadow: 0px 1px 4px #FFF;
	box-shadow: 0px 1px 4px #FFF;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

article, aside, figure, footer, header, nav, section {display: block;}

/*Main Styles*/

body {
	background-color: White;
	font-family: /*'Bookman Old Style', 'Trebuchet MS', Helvetica,*/ Arial, Georgia, sans-serif;
}

h1 {
	padding-top: 10px;
}

#wrapper {
	margin: auto;
	position: relative;
	width: 1200px;
	/*background-color: #bf2e1a;*/
	overflow: hidden;
	padding-bottom: 50px;
}

#header {
	display: block;
	width: 1200px;
	height: 224px;
	margin: 0px;	
}

#contact {
	display: block;
	width: 1200 px;
	height: 218px;
	padding: 0px;
}

#contact li {
	display:inline;
	width: 218px;
	height: 218px;
	padding-left: 18px;
	float: left;
	clear: none;
}

nav {
	display: block;
	width: 1200 px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 15px;
}

nav li {
	display:inline;
	width: 218px;
	height: 214px;
	padding-left: 18px;
	padding-bottom: 20px;
	float: left;
	clear: none;
}

nav .homebtn {
	margin-top: -15px;
	display: block;
	padding-left: 18px;
	clear: both;
	
}
	
#mainContent {
	width: 1200px;
	display: block;
	background-color:none;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	line-height: 36px;
	font-size: 18px;

}

#mainContent .intro {
	margin: auto;
	display: block;
	clear: both;
	padding: 10px;
	
}

#mainContent p {
	clear: none;
	font-style: light;
	padding: 10px 50px 10px 50px;
}

#intro {
	font-size: 14px;
}

#mainContent table {
	display: block;
	clear: none;
	margin: 20px auto 20px auto;
	border: none;
	width: 1000px;
}

#mainContent tr {
	width: 100%;
}

#mainContent th {
	width: 400px;
	text-align: left;
	font-size: 28px;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px solid #C6C7C9;
	background-color: #C6C7C9;
	color: white;
}

#mainContent td {
	width: 400px;
	text-align: left;
	font-size: 18px;
	padding: 20px 10px 20px 10px;
	border-bottom: 1px solid #C6C7C9;
}
#footer {
	display: block;
	width: 1200px;
	height: 88px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Arial, san-serif;
	font-size: 11.64px;
	line-height: 16.36px;
	color: #4285B4;
	text-transform: uppercase;
	text-align: center;
}

#footer #contactUnitedStates {
	display: block;
	height: 88px;
	padding-left: 17px;
	margin-right: 12px;
	float: left;
	clear: none;
	
}

#footer #contactUnitedStates img {
	display: block;
	width: 181;
	height: 88;
	float: left;
	clear: none;
}

#footer #contactUnitedStates .contact {
	display: block;
	padding: 10px;
	float: left;
	clear: none;
	margin-left: 5px;
	width: 368px;
	height: 66px;
	border: 1px solid #C6C7C9;
}

#footer #contactEurope {
	display: block;
	height: 88px;
	float: left;
	clear: none;
	
}

#footer #contactEurope img {
	display: block;
	width: 181;
	height: 88;
	float: left;
	clear: none;
}

#footer #contactEurope .contact {
	display: block;
	padding: 10px;
	float: left;
	clear: none;
	margin-left: 5px;
	width: 368px;
	height: 66px;
	border: 1px solid #C6C7C9;
	
}

#footer #copyright {
	display: block;
	float: right;
	font-size: 6px;
	padding-right: 18px;
}

.projectHead {
	text-transform: uppercase;
	padding-bottom: .2em;
	border-bottom: 1px solid black;
	margin-bottom: 1em;
	width: 70%;
	display: block;
	margin: auto;
	font-size: 1.1em;
	font-weight: bold;
}

.projectCountry {
	text-transform: uppercase;
	width: 70%;
	display: block;
	margin: auto;
	font-size: .9em;
}

.projectTime {
	text-transform: uppercase;
	width: 70%;
	display: block;
	margin: auto;
	font-size: .8em;
}

.exception {
	text-transform: uppercase;
	width: 70%;
	display: block;
	margin: auto;
	font-style: italic;
	font-size: .5em;
}

dl {
	display: block !important;
	width: 70%;
	margin: auto !important;
	font-size: .6em !important;
	position: relative;
}

dt {
	float: left;
	overflow: hidden; 
	white-space: nowrap;
	width: 50%; 
	line-height: 1.5em;
	position: relative !important;
	z-index: 10 !important;
}

dt span {
	padding-right: 3em;
}
dd {
	float: right;
	text-align: right;  
	overflow: hidden;
	width: 50%; 
	white-space: nowrap;
	line-height: 1.5em;
	position: relative !important;
	z-index: 10 !important;
}
span.dotter {
	display: block;
	width: 100%;
	z-index: -1 !important;
	position: relative !important;
	border-bottom: 1px dotted black;
	height: 15px;
}

p span.redHighlight {
	background-color: #ff6e6e;
	display: block;
	float: left;
	clear: none;
	line-height: 22px;
	margin-top: 7px;
	margin-right: 4px;
}

p.yellowBottom {
	padding-bottom: 1em !important;
	margin-bottom: 2em;
	border-bottom: 2px solid #fffc00;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 3em;
	margin-right: 3em;
}

.headImg {
	width: 91%;
	display: block;
	margin: auto;
}</pre></body></html>