<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {                           
	background-color : #ffffff;
	background-image : url(img/bg1.gif);
	background-repeat : repeat-y;
	background-position : top;
}

.le{
	background-image : url(img/bg2.gif);
	background-repeat : repeat-y;
	background-position : left;
}

.to {
	background-image : url(img/bg1.jpg);
	background-repeat : repeat-x;
}

.fo{
	background-image: url(img/bg3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 37px;
	color: #97C1CF;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.ma{
	padding-left: 20px;
	padding-right: 30px;
}

input{
	font-size: 10px;
}</pre></body></html>