<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

BODY {
	background-color: #999999;
	margin: 10px;
}

BODY, DIV, TABLE, TD {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}

#container {
	width: 950px;
	background-color: #FFFFFF;
	padding: 0px 20px 17px 20px;
}

.red {
	color: #ff0000;
}

.bold {
	font-weight: bold;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

div.alert {
	font-weight: bold;
	font-size: 13px;
	background-color: #D91B22;
	color: #ffffff;
	text-align: center;
	padding: 10px;
}

div.alert1 {
	font-weight: bold;
	font-size: 13px;
	background-color: #7AAA34;
	color: #ffffff;
	text-align: center;
	padding: 10px;
}</pre></body></html>