<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
    overflow-y: scroll;
}
  
body {
     font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
       font-weight: 300;
        margin: 0 auto;
 height:100%;
}


.menu img
{
  position: relative;
  margin-bottom: -16px;
  display: none;
}
#selectedTriangle2lines{
	top:-25px;
}

.country_list .page
{
  width: 100%;
}

.shadow
{
  -moz-box-shadow: 0px 0px 7px 0px gray;
  -webkit-box-shadow: 0px 0px 7px 0px gray;
  box-shadow: 0px 0px 7px 0px gray;
  behavior: url(../../css/PIE.htc);
}

.country_list
{
  padding-left: 20px;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Helvetica;
  color: #333333;
}

.country_list a
{
  text-decoration: none;
  color: #333333;
}

.country_list div
{
  float: left;
  margin-right: 30px;
}

.country_list ul
{
  float: left;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-right: 100px;
}

.car ul
{
  margin-right: 35px;
}

.rememberchoice
{
  margin-top: 20px;
  margin-bottom: 10px;
}

.rememberchoice input
{
  margin-left: 0;
  padding-left: 0;
}

.country_list li
{
  background: url(../img/start/bullet.png) left top no-repeat;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.country_list h3
{
  font-weight: bold;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.country_list .separator-horizontal
{
  background-color: #C0C0C0;
  height: 1px;
  width: 200px;
  position: relative;
  float: none;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.country_list .separator-vertical
{
  background-color: #C0C0C0;
  width: 1px;
  height: 240px;
  position: relative;
  margin-left: 0px;
  margin-right: 30px;
}

#bg { position: fixed; top: 0; left: 0;z-index: -1; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; } 
.btn_active{
  background: url(../img/start/btn_bg.png) -2px 0px;
  height:85px;
  color:#FFFFFF;
  cursor: hand;
}
.btn_active:hover{
  background: url(../img/start/btn_bg.png) -2px 85px;
   height:85px;
   color:#FFFFFF;
}
.btn_active_selected{
  background: url(../img/start/btn_bg.png) -2px 85px;
   height:85px;
   color:#FFFFFF;
}

.menu .btn_active_selected img
{
  display: inline;
}

.btn_active h2{
  padding-top:25px;
  text-align:center;
  font-weight:bold;
  font-size:20px;
}
.bg_white_60{
  background-image: url('../img/white_60.png');
}
.bg_white_70{
   background-image: url('../img/white_70.png');
}

.about
{
  vertical-align: top;
  margin-right: 20px;
  margin-top: -10px;
  font-size: 12px;

  padding: 10px 5px 2px 5px;
  color: black;
  text-decoration: none;
}

.about:hover
{
  background-color: #1e87a7;
  color: white;
}</pre></body></html>