<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Most of the generic div structures as well as the default html tag formats */

/* Html element defaults */
html {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size:10pt;
	width:92%;
	padding-bottom:50px;
	margin-left:20px;
}
.splash {
	background-image:url('splash.gif');
	background-repeat:no-repeat;
}


P {	font-size: 10pt;
	margin-top:0pt;
	padding-top:0em;
	margin-bottom:5pt;
}
table P {
	margin-top:0pt;
	padding-top:0em;
	margin-bottom:5pt;
}
table {
	margin-top:2;
	margin-bottom:1em;
	border:0pt;
	border-style:solid;
	border-color:black;
}
td {
	min-width:80px;
	border:1pt;
	border-style:solid;
	vertical-align:top;
	padding:2pt;
}
table.SpecInfo {
	border-style:none;
	margin-bottom:5px;
	
}
table.SpecInfo td{
	border-style:none;
	min-width:50px;
}

table.Parameters {
	border-style:none;
	margin-bottom:5px;
}
table.Parameters td{
	border-style:none;
/*	background-color:#add8e6; */
}

.titlePage {
	position:relative;
	padding:2em;
	left:40px;
	top:300px;
}

.titlePageContent {
	position:relative;
	padding:2em;
	top:500px;
	left:40px;
}

.titlePageProductNumber {
	font-weight: normal;
	font-size:30pt;
	padding-top:15px;
}
.titlePageProductName {
	font-weight: bold;
	font-size:16pt;
	padding-top:15px;
}
.titlePageGuideName {
	font-weight: bold;
	font-size:10pt;
	padding-top:5px;
}
.PubProprietary {
	font-weight: bold;
	font-size:16pt;
	padding-top:15px;
}
.PubCopyright {
	font-weight: bold;
	font-size:14pt;
	padding-top:15px;
}

.TableHead {
	font-weight:bold;
}
.SARTable {
	margin-top:.5em;
}

.Backpg{
	font-size: 10pt;
}


/* Generic div wrappers */
/* Mostly these do nothing, they are here only if for some reason, explicit formatting needs to be applied. */

.C, .Sections, .Backpg {
	padding-left:1em;
	width:auto;
}

.S, .Ss, .Sss, .Ssss, .Sssss, .Ssssss {
	width:auto;
}

/* div for P elements */
.divP {
	display:inline;
	width:auto;
}

.ttlSpecificationGroup, .ttlSpecificationSubGroup {
	margin-bottom:5px;
}
.Specification {
	padding-left:15px;
	text-indent:-15px;
	margin-bottom:10px;
	font-size:10pt;
	font-weight:normal;
}

/* Spans */

.entity {
	font-family: "Arial Unicode MS";
}
.entitybig {
	font-family: "Arial Unicode MS";
	font-size:14pt;
}
.FmtSpecInfo {
	font-weight:bold;
}
.FmtBold{
	font-weight:bold;
}
.FmtNone{
	
}
.FmtCourier{
	font-family:"courier new";
}
.FmtEmphasis{
	font-style:italic;
}
.FmtSuper {
	font-size:70%;
	vertical-align: super;
}
.FmtSub {
	font-size:70%;
	vertical-align: sub;
}
.FmtStrike {
	text-decoration: line-through;
}
.FmtReview {
	background-color: #9900ff;
}

/* Graphic objecs */
.Graph {
	display:block;
}

/* Pdf button */
#pdf {
	position: fixed;
	top: 20px;
	right: 50px;
	width: 40px;
	height: 40px;
	z-index: 10;
}

#pdfButton {
	height:30px;
	width:60px;
}






</pre></body></html>