<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.currencylink:link{
  color                 : #999999;
  text-decoration       : none;
}
a.currencylink:visited{
  color                 : #999999;
  text-decoration       : none;
}
a.currencylink:hover{
  color                 : #FFFFFF;
  text-decoration       : none;
}
a.languagelink:link{
  color                 : #999999;
  text-decoration       : none;
}
a.languagelink:visited{
  color                 : #999999;
  text-decoration       : none;
}
a.languagelink:hover{
  color                 : #FFFFFF;
  text-decoration       : none;
}
div.currencymenu{
  background-color      : #FFFFFF;
  border                : 1px solid #CCCCCC;
  color                 : #999999;
  left                  : 0px;
  position              : absolute;
  top                   : 0px;
  visibility            : hidden;
  width                 : 160px;
  z-index               : 999999;
}
div.languagemenu{
  background-color      : #FFFFFF;
  border                : 1px solid #CCCCCC;
  color                 : #999999;
  position              : absolute;
  left                  : 0px;
  top                   : 0px;
  z-index               : 999999;
  visibility            : hidden;
  width                 : 100px;
}
img.languageicon{
  height                : 10px;
  width                 : 15px;
}
iframe#currencymenuframe{
  position : absolute;
  top : 0px;
  left : 0px;
  z-index: -1;
  background-color: #FFFFFF;
  border : 0px;
  color : #999999;
  width : 160px;
  height : 180px;
}
iframe#languagemenu{
  position : absolute;
  top : 0px;
  left : 0px;
  z-index: -1;
  background-color: #FFFFFF;
  border : 0px;
  color : #999999;
  width : 100px;
  height : 130px;
}
select#currencyid{
  width: 160px;
}
select#currencyid option.normal{
  color : #595959;
  cursor: default;
  text-decoration : none;
}
select#currencyid option.active{
  color : #777777;
  cursor: pointer;
  text-decoration : underline;
}
span#currencyBar{
  color : #000066;
  font-family : Geneva,Arial,Helvetica,sans-serif;
  font-weight : bold;
  text-decoration : none;
}
span#languageBar{
  color : #000066;
  font-family : Geneva,Arial,Helvetica,sans-serif;
  font-weight : bold;
  text-decoration : none;
}
tr.currencyitem_out{
  height : 17px;
  background-color : #FFFFFF;
}
tr.currencyitem_over{
  height : 17px;
  background-color : #CCCCCC;
}
tr.languageitem_out{
  height : 17px;
  background-color : #FFFFFF;
}
tr.languageitem_over{
  height : 17px;
  background-color : #CCCCCC;
}</pre></body></html>