<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.buttonStyle001, a:link.buttonStyle001 {
    background: #152e27;
    color: #ffffff ;
}

a.buttonStyle001:hover, a:link.buttonStyle001:hover {
    background: #152e27;
    color: #fcb13b;
}
.navigationOuterContainer input.nextButton, .navigationOuterContainer input.typeButton, .navigationOuterContainer input[type=submit] {
    background: #152e27;
    color: #ffffff ;
}
.navigationOuterContainer input.nextButton:hover, .navigationOuterContainer input.typeButton:hover, .navigationOuterContainer input[type=submit]:hover {
    background: #152e27;
    color: #fcb13b;
}
.WaGadgetLoginForm .loginLink:hover, .WaGadgetLoginForm .loginLink.hover {
  background: #fcb13b;
}
.zonePlace.zoneFooter1
{
  background-color: #152e27;
}
.WaGadgetLoginForm .authenticated .loginLink:hover, .WaGadgetLoginForm .authenticated .loginLink.hover
{
  background: #152e27;
  color: white;
}
.WaGadgetLoginForm .authenticated .loginLink
{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: 0;
  color: #152e27;
  line-height: 400px;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
}
#idFooterPoweredByContainer {
 display:none;
}
.zoneFooter2 {
  background: #152e27;
}

.zonePlace {
  padding: 0 0 0 0;
}

.zoneFooter2 a, .zoneFooter2 a:link, .zoneFooter2 a:visited, .zoneFooter2 a:active, .zoneFooter2 a:hover {
  color: #ffffff;
  text-decoration: none;
}</pre></body></html>