<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Created with Adobe RoboHelp 2019.*/
/* &lt;script&gt; */
/* This is the main Cubit Stylesheet for generating printed docs (.docx and .pdf)
   Date: 5/1/19
   Author: Randy Morris
   File name: SandiaReport.css
   
   All styles shall be commented with at least information on use.
   For tutorials: http://www.w3schools.com/
   For layout techniques: http://www.glish.com/css
   
     
*/
/* The header div defines the layout of the Cubit logo and nav arrows, deprecated */
div#header img {
	vertical-align: text-top;
	border-style: none;
	width: auto;
	height: auto;
	border-width: 0 0 0 0;
	margin: 0 0 0 0;
}
/* The footer div defines the layout of the nav arrows, deprecated */
div#footer img {
	vertical-align: text-top;
	border-style: none;
	width: auto;
	height: auto;
	border-width: 0 0 0 0;
}
/* The header navbar defines where on screen the navbar will be */
.hnavbar {
	text-align: right;
	position: absolute;
	top: 1em;
	left: 75%;
}
/* Same with the footer */
.fnavbar {
	text-align: right;
}
/* The background color is white */
body {
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
	position: absolute;
	top: 1em;
	left: 1em;
	width: 500px;
}
table {
	width: 100% "border:" 1 solid #000;
}
th.option {
	width: 15%;
}
th.default {
	width: 15%;
}
th.description {
	width: 70%;
}
/* A link that hasn't been visited */
a:link {
	color: #0000ff;
}
/* Visited link */
a:visited {
	color: #551a8b;
}
/* An image with a middle text-alignment */
img.middle {
	vertical-align: middle;
	width: auto;
	height: auto;
}
/* A Gui Panel image */
.guipanel {
	text-align: center;
}
.title {
	font-weight: bold;
	text-align: Center;
	font-size: 24pt;
}
/* The command paragraph defines a command syntax  */
.command {
	font-weight: bold;
}
/* Keyword is the actual command */
.keyword {
	color: #000000;
}
/* Noreq is command arguments that aren't required. In the documentation
   this is notified with square brackets ([]) */
.noreq {
	color: #0000ff;
}
/* Isreq are command arguments that are required. In the documentation
   this is notified with curly brackets ({}) */
.isreq {
	color: #ff0000;
}
/* Numarg are number parameters that go with a command arguement. In the 
   documentation this is notified with angle brackets (&lt;&gt;) */
.numarg {
	color: #800080;
}
/* We use unordered lists (&lt;ul&gt;) to display lists of links. We'll use CSS to 
   define how they look. Since we don't want this for all ul's, we'll use a
   selector. */
/*ul.links	{ list-style-image: url(page_icon.gif);
			  list-style-type: square;
			  list-style-position: outside;
			  margin-left: 40px; 
			  line-height: 1cm; }*/
/* These unordered lists need some spacing so the text doesn't wash together. */
ul.spaced {
	line-height: 1cm;
}
/* A caption for a picture */
.caption {
	font-weight: bold;
	text-align: center;
}
h1 {
	text-align: Center;
	margin-top: 0;
	font-size: 24pt;
	margin-bottom: 5pt;
}
h2 {
	font-weight: normal;
	font-size: 20pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: Left;
}
h3 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
/* H4 is after h3. */
h4 {
	font-weight: normal;
	font-style: italic;
}
/* Make some text stand out. */
.highlight {
	background-color: #ffff00;
}
p {
	margin-left: 0pt;
	margin-right: 0pt;
	font-size: 12pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: Justify;
}
p.SubNormal {
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 8pt;
}
p.SANDIA_pubs {
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14pt;
	font-family: "Times New Roman";
}
p.Body {
	margin-left: 0pt;
	margin-right: 0pt;
	font-size: 12pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
	text-align: Justify;
}
p.SANDNum_Pubs {
	font-size: 12pt;
	font-family: Arial;
}
p.CoverTitle_Pubs {
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
}
p.AuthorNames_Pubs {
	font-size: 12pt;
	text-align: left;
	font-family: "Times New Roman";
}
p.Prepared_Pubs {
	font-family: Arial;
	font-size: 9pt;
}
p.Body_Pubs {
	font-family: "Times New Roman";
	font-size: 12pt;
}
p.Issued_Pubs {
	font-family: "Times New Roman";
	margin-left: 1in;
	margin-right: .75in;
	font-size: 9pt;
}
p.SANDNo.Title_Pubs {
	font-family: "Times New Roman";
	font-size: 12pt;
	text-align: Center;
}
p.AuthorTitle_Pubs {
	font-family: "Times New Roman";
	font-size: 12pt;
	text-align: Center;
}
p.Title_Pubs {
	font-size: 20pt;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
}
p.AbstractTxt_Pubs {
	font-family: "Times New Roman";
	font-size: 12pt;
	margin-left: .38in;
	margin-right: .38in;
}
/* &lt;script&gt; */</pre></body></html>