<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html {
	height:100%;
}
body {
	margin:0px;
	border:0px;
	background-color:#e0e1e5;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3f3c37;
	line-height: 1.6em;
	
}
#main-table {
	height:100%;
	width:100%;
	
}
#main-container {
	height:100%;
	width:100%;
	background-image:url(../images/bg_motive.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;	
}

h1,h2,p {
	margin:0px;
}
a {
	color:#0063dc;
}
a:hover {
	color:#ba0000;
}

#main-container tr.copyright td{
	height:115px;
	padding:45px 42px;
}
#content {
	width:380px;
	margin:50px 0px 0px 50px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
	letter-spacing:-1px;
	margin-bottom:15px;
}
h2 {
	color:#d86503;
	margin-bottom:17px;
	font-size:11px;

}

.description {	

	margin-bottom:15px;
	line-height:15px;
}

ul {
	 padding-left:15px;
	 margin:0px 0px 20px 0px;;

}
ul li {
	margin-bottom:5px;
}

.hr {
	background-image:url(../images/bg_dotted_line.gif);
	background-repeat: repeat-x;
	margin-bottom:15px;
	heigth:1px;
	
}
.contact {
	
	margin-bottom:15px;
}
.adress {
	float:left;
	padding-right:50px;
}
.cleaner {
	clear:both;
	font-size:1px;
	line-height:1px;
}
</pre></body></html>