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

.typography {
	line-height:1.3em;
	color:#6d6e71;
	font-family:Arial, sans-serif;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography p, .typography ul, .typography ol {
	margin:0.5em 0 0.5em 0;
	line-height:1.4em;
}

.typography h1 {
	color:#3177bd;
	font-size:2em;
}

.typography h2 {
	color:#f26522;
	font-size:1.3em;
}

.typography h3 {
	font-size:1.2em;
}

.typography h4 {
	color:#f26522;
}

.typography h5 {
	color:#f26522;
}

.typography h6 {
	color:#f26522;
}

.typography p {
	margin:1.2em 0 1.2em 0;
	line-height:1.5em;
}

.typography a {
	color:#f26522;
	transition:color .08s linear;
	-moz-transition:color .08s linear;
}

.typography a:hover {
	color:#c14a12;
}

.typography ul {
	list-style:disc inside;
}

.typography ol {
	padding:0 0 0 5px;
	list-style:outside decimal;
}

.typography ol ol {
	padding-left:25px;
	list-style:lower-alpha;
}

.typography ol li {
	padding:5px 0 5px 0;
}

.typography li {
	margin:3px 0 3px 15px;
}

.typography blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.1em;
	background:url(../images/bq.jpg) 10px 10px no-repeat #F8F8F8;
	border-bottom:1px solid #E8E8E8;
	padding:15px 15px 15px 45px;
	margin:10px 0 10px 0;
	clear:both;
}

.typography blockquote p {
	margin:0;
}

.typography table {
	width:100%;
	font-size:1em;
}

.typography table.symptoms td {
	width:50%;
}

img.left {
	float:left;
	padding:5px 18px 10px 0px;
}

img.right {
	float:right;
	padding:5px 0px 10px 18px;
}

.typography hr {
	background:none;
	border:none;
	border-top:1px solid #CFCFCF;
	height:1px;
	clear:both;
}</pre></body></html>