<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body { margin:0; padding:0; }
body {
	background:#331400; color:#C7BAB2;
	font-family: Georgia, "New York CE", utopia, serif;
	font-size:12px;
}

h1, h2, h3, h4, h5, h6 { color:#FCEBD9; font-weight:normal; }
h1 { font-size:24px; }
h2 { font-size:24px; }
h3 { font-size:18px; }
h4 { font-size:16px;}
h5 { font-size:12px; }
h6 { font-size:10px; }

p { text-indent:0px; }

img { border:0; }
img.left, img.right {
	border:5px solid #4C2504;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
}
img.left { margin-right:15px; margin-bottom:10px; float:left; }
img.right { margin-left:15px; margin-bottom:10px; float:right; }
table, p, ul, ol { line-height:1.5; }


input, select, textarea {
	font-family: Georgia, "New York CE", utopia, serif;
        font-size: 12px;
        padding: 8px 7px;
        background: #1F0C00;
        border: 0;
        border-bottom: 1px solid #492D1A;
        border-top: 1px solid #1A0A00;
        border-radius: 7px;
        color: #B0A49B;

}
input.submit { background: url(images/button.png) no-repeat;font-size: 14px; color:#4b2d00; border:0; width: 108px; height: 34px;}
fieldset { margin:5px 0; padding:5px 10px; border:1px solid #5C2C0E; }
legend { font-weight:bold; padding:2px 5px; color:#C7BAB2; }

ins { font-style:italic; text-decoration:none; margin:0; padding:0; display:block; }
a { color:#A67952; }

form.webx_sendform p { text-indent:0; }
ul.ico {
	margin: 0; padding: 0; line-height: 1.6em; list-style: none; background: none;
	clear:both; width:100%;
}
ul.ico li, .ico { padding: 0 0 0.5em 23px; }
ul.ico li { background-repeat: no-repeat; }
ul.ico li span { font-size: 92%; }
.ico { background: url("images/ico/noname.gif") no-repeat 0 0; padding-bottom: 5px; }
.ico-pdf { background-image: url("images/ico/pdf.gif"); }
.ico-doc { background-image: url("images/ico/doc.gif"); }
.ico-xls { background-image: url("images/ico/xls.gif"); }
.ico-jpg, .ico-jpeg { background-image: url("images/ico/jpg.gif"); }
.ico-gif { background-image: url("images/ico/gif.gif"); }
.ico-rss { background-image: url("images/ico/rss.png"); }


table { border: 1px solid #5C2B02; border-collapse: collapse; }
td, th { border: 1px solid #5C2B02; padding: 4px; }
th { font-weight: bold; }</pre></body></html>