<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@page { size: auto; margin: 40px; }
body { font-family: Arial; }
.thisBlock-1 { float: none; width: 100%; }
.thisBlock-2 { float: left; width: 50%; }
@media (max-width: 480px) {
    .thisBlock-2 { float: none; width: 100%; }
}
@media print {
    .thisBlock-1 { width: 1080px; }
}	
.thisFont { font-family: Georgia; font-style: italic; font-size: 17px; margin: 4px 0 12px 0; }
.thisCopy { font-size: 15px; margin: 4px 0 4px 0; }
.thisAppButton { float: left; background-color: #000000; margin-left: 10px; padding: 2px 4px 2px 4px; color: #ffffff; width: 110px; font-size: 16px; margin-left: 10px; }
.thisAppButton img { width: 36px; height:  36px; }
.clr { clear: both; }

/* Popup message */
#popup-overlay { display:none; background-color:#666666; opacity:0.7; width:100%; height:100%; position:fixed; right:0; top:0; z-index:999997; }
#popup-container { display:none; background-color:#eeeeee; border-radius:4px; width:320px; height:auto; max-height:80%; position:fixed; top:15%; left:50%; margin:0 0 0 -160px; z-index:999998; }
#popup-close { border:2px solid #666666; border-radius:4px; position:absolute; top:0; right:0; width:28px; height:28px; z-index:999999; background-color:#dddddd; font-weight:bold; font-size:24px; line-height:24px; text-align:center; cursor:pointer; }
#popup-container2 { border-radius:4px; border:1px solid #666666; margin:10px; }
#popup-inner { padding:10px 5px 10px 5px; text-align:center; max-height:440px; overflow-y:auto; }
#popup-inner p { margin-bottom:20px; }
.popup-button { margin:4px 8px 4px 8px; padding:8px 20px 8px 20px; border-radius:4px; background-color:#006600; color:#ffffff; font-size:16px; font-weight:bold; min-width:40px; cursor:pointer; }
</pre></body></html>