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

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {

}
ul,li {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}
html{ 
	height:100%;
	width:100%
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:left;
	line-height:24px;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	background-color:white;
}

.header {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	text-align:left;
	line-height:24px;
	font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	background-color:white;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


ol, ul 
a {
	color:#00326F;
	text-decoration:none;
	cursor:pointer;
}
a:hover {	
	color:#00326F;
	text-decoration:underline;
}


/* global */
.clear {
	clear:both;
}</pre></body></html>