<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin-top: 24px;
    color: #000000;
    background-color: #ffffff;
    font-family: sans-serif;
}

img {
	user-select: none;
	-mox-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.header {
	color: #ffffff;
	padding: 0px;
}

a.header {
	color: #ffffff;
	text-decoration: underline;
}

div.center {
    text-align: center;
}

img.baricon {
    float: left;
    border-style: none;
	visibility: hidden;
	padding: 0px;
}

.baricont {
	float: left;
	border-style: none;
	padding: 0px;
	overflow: hidden;
}

td.header {
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
    background-image: url("bar.png");
    background-repeat: repeat-x;
    background-position: top;
	white-space: nowrap;
	position: relative;
}

div.header {
	margin-top: 8px;
	margin-right: 8px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
	position: relative;
}

div.headerdate {
    margin-top: 8px;
    margin-right: 10px;
    float: right;
    font-size: 18px;
    color: #ffffff;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

div.imgdesc {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #808080;
	text-align: left;
}

div.footer {
    margin-top: 10px;
	margin-right: 0px;
    font-size: 12px;
    color: #000000;
	text-align: right;
}

td.slide {
	border: 1px #bbbbbb solid;
	margin: 0px;
    padding: 25px;
	position: relative;
}

table.mv {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-spacing: 0px;
}

div.snmvimgs {
	position: relative;
    text-align: center;
	user-select: none;
	-mox-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
</pre></body></html>