<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*---------------------------------------------------- HEADINGS */
.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
	font-family: Arial, Helvetica, Geneva, Swiss; 
	margin:0;
	padding:0;
	font-weight:normal;
}
.typography h1 {
	font-size: 21px;
}


/*-------------------------------------------- COMMON FORMATING */

.typography p, .tupography ul, .typography ol {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10pt;
	letter-spacing: 1.0px;
	text-align: left;
}

.typography img {
	border:0;
}
.typography sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
.typography sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
.typography acronym, .typography abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/*-------------------------------------------------------- LINK */

.typography a, .typography a:link, .typography a:visited, .typography a:hover, .typography a:active {
	outline: none;
}

.typography label {
	cursor:pointer;
}

/*------------------------------------------------------ TABLES */

.typography table {
	margin:0 0 1.25em 0;
	padding:0;
}
</pre></body></html>