<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#noie {
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	background-color: #e70022;
	top: 220px;
	z-index: 99999;
	width: 100%;
	text-align: center;
}
.noie-ok {
	background-image: url(/images/noie/ok.gif);
	width: 276px;
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.noie-ok a {
	color: #000;
	text-decoration: underline;
}

.noie-slash {
	background-image: url(/images/noie/slash.gif);
	background-repeat: repeat-y;
}

#noie td {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 18px;
}

#noie td strong {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFE400;
	font-size: 31px;
	font-weight: normal;
}
#noie .small {
	font-size: 12px;
	font-weight: bold;
}
</pre></body></html>