<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* # */
/* # tcrp.css - styles for a typical TCRP report */
/* # */
/* Body of the HTML page */
body { background-color: white; }

/* Link colors of the HTML page */
:link { color: #004BC1; }
:visited { color: #58434F; }
:active { color: #666600; }

p.hd_tcrp
{
	font-family: Arial;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	margin: -3px auto auto auto;
}

p.hd_sponsor
{
	font-family: Arial;
	text-align: center;
	font-weight: bold;
	margin: -2px auto -5px auto;
}

p.hd_rrd
{
	font-family: Arial;
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}

p.hd_issue
{
	font-family: Arial;
	text-align: center;
	border-bottom: thin solid gray;
	padding: 0 0 10px 0;
	font-weight: bold;
}

p.hd_subject
{
	font-family: Arial;
	text-align: left;
	font-size: smaller;
}

p.hd_responsible
{
	font-family: Arial;
	text-align: left;
	font-size: smaller;
}

p.hd_synthesis_title
{
	font-family: Arial;
	text-align: center;
	font-size: large;
	font-weight: bold;
	padding: 20px auto auto auto;
}

p.abstract
{
	text-align: center;
	font-style: italic;
	margin: 30px 50px 60px 50px;
}

div.contents
{
	width: 570px;
	padding: 15px;
	margin: auto 150px auto auto;
	border-color: silver;
	border-width: 1px;
	border-style: dotted;
}

p.hd_sub1
{
	font-family: Arial;
	text-align: left;
	font-size: large;
	font-weight: bold;
	margin-top: 50px;
}

p.hd_sub2
{
	font-family: Arial;
	text-align: left;
	margin-top: 40px;
	font-size: medium;
	font-weight: bold;
}

p.indent { text-indent: 30px; }
p.no_indent { }
li.bullet { margin-top: 10px; }

div.table
{
	border-color: gray;
	border-width: thin none thin none;
	border-style: solid none solid none;
	margin: 50px 50px 50px auto;
	padding: 20px;
}

/*  p.caption
{
	font-family: Arial;
	text-align: center;
}
  */

caption.hd_table
{
	font-family: Arial;
	text-align: left;
}

th
{
	background-color: #336;
	color: #FFC;
	font-family: Arial;
}

p.table_note { margin: 15px auto auto 50px; }

div.box
{
	color: #FFC;
	font-family: Arial;
	background-color: #336;
	width: 570px;
	padding: 15px;
	margin: auto 150px 150px auto;
}

div.box A:link { color: coral; }
div.box A:active { color: white; }
div.box A:visited { color: paleturquoise; }
div.indent_block { margin-left: 2em; }

div.figure
{
	font-family: Arial;
	width: 570px;
	padding: 15px;
	margin: 30px 150px 30px auto;
	border-color: gray;
	border-width: medium none medium none;
	border-style: solid none solid none;
	text-align: center;
}

p.figure { text-align: center; }
p.figCap
{
	margin: auto 50px auto 50px;
	text-align: left;
}

p.crp_statement
{
	margin: 50px;
	background-color: silver;
	padding: 15px;
}

span.noteRef { }
</pre></body></html>