<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: #ffffff;
}
body {
  font-family: Arial, sans-serif;
  color: #000000;
  font-size: 12px;
}
#main {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
}
#buttons-cont{
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background: #6689bb; /* opera */
  background: -webkit-gradient(linear, left top, left bottom, from(#96aed0), to(#3260a4)); /* chrome e safari4+ */
  background: -webkit-linear-gradient(top, #96aed0, #3260a4); /* Chrome 10+ e safari6 */
  background: -moz-linear-gradient(top, #96aed0, #3260a4); /* firefox 3.6+ */
  background: -ms-linear-gradient(top , #96aed0, #3260a4); /* IE 10+ */
  background: -o-linear-gradient(top , #96aed0, #3260a4); /* Opera 11.10+ */
  background: linear-gradient(top, #96aed0, #3260a4);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#96aed0', endColorstr = '#3260a4'); /*  IE 5.5-7*/
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(GradientType = 0,startColorstr=' #96aed0 ', endColorstr=' #3260a4 ')'; /*  IE 8*/
  z-index: 50;
}
#buttons {
  margin: 0 auto;
  width: 990px;
  height: 60px;
}
.button {
  float: left;
  display: inline;
  width: 246px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}
.button a {
  display: block;
}
.button-sep {
  float: left;
  display: inline;
  width: 2px;
  height: 46px;
  margin-top: 5px;
  background-color: #191919;
}
.menu {
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.menu ul{
  padding: 20px 0;
  background-color: #ffffff;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
}
#menu1 {
  display: none;
  position: absolute;
}
#menu2 {
  display: none;
  position: absolute;
}
#menu3 {
  display: none;
  position: absolute;
}
#menu4 {
  float: left;
}
ul {
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0 0 0 0;
  line-height: 28px;
  color: #154897;
  font-size: 16px;
  display: block;
  font-weight: bold;
}
li a {
  color: #154897;
  display: block;
}
#bottom-background{
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 0;
  background-color: #ffffff;
  filter: alpha(opacity=40);
  -moz-opacity: 0.40;
  -khtml-opacity: 0.40;
  opacity: 0.40;
}
#bottom-cont {
  width: 100%;
  position: fixed;
  bottom: 0;
  overflow: hidden;
}
#bottom {
  width: 990px;
  height: 100px;
  margin: 0 auto;
}
#bot-logo {
  float: left;
  display: inline;
  width: 256px;
  height: 100px;
  background-image: url("/imgs/home/logo.png");
  background-repeat: no-repeat;
  background-position: center;
}
#bot-sep {
  float: left;
  display: inline;
  width: 4px;
  height: 100px;
  background-image: url("/imgs/home/bg_bottom_sep.png");
  background-repeat: repeat-y;
}
#bot-right{
  width: 730px;
  height: 100px;
  float: left;
  display: inline;
}
#bot-txt1 {
  float: right;
  display: inline;
margin-top: 15px;
  color: #154897;
  font-size: 22px;
  letter-spacing: 1px;
}
.foot-cont {
  float: right;
  display: inline;
  margin: 15px auto 0;
  font-size: 11px;
}
.foot-cont a {
  color: #000000;
  font-style: italic;
}
#info-cookies {
  position: fixed;
  bottom:0;
  width:100%;
  background-color: #3260a4;
  z-index: 1000;
}
#info-cookies p {
  max-width: 900px;
  margin: 12px auto;
  padding: 0 70px 0 10px;
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  color: #ffffff;
}
.cookies-ok {
  width: 40px;
  display: block;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-top: -2px;
  margin-right: -60px;
  text-decoration: none;
  height: 21px;
  padding: 0;
  background-color: #ffffff;
  color: #3260a4;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
}</pre></body></html>