<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
	background-repeat: no-repeat;
	background-image: url(../images/trends-header.png);
	position: relative;
	background-size: 100%;
}
h3 a {
	text-decoration: none;
	color: rgb(0,0,0);
	font-size: 1em;
}


.footer, .footer a {
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	background-color: rgb(102,102,102);
	color: rgb(204,204,204);
	padding: 20px 0px 20px 0px;
}
ol, ul {
	list-style-type: circle;
	margin-left: 30px;

}	
caption {
	text-align: left;
	font-style: italic;
	margin-bottom: 15px;
	font-size: .9em;
}




fieldset {
	border: 1px #bbb solid;
	padding: 10px;
	border-radius: 4px;
	background-color: #ebefeb;
}	
legend {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: rgb(119,119,119);
}

nav.primary ul,
nav.primary ul li {
	margin: auto;
	background-color: #333300;
	width: auto;
	padding-left: 0px;
	border-top: none;
}
nav.primary ul li {
	display: inline;
}
nav.primary ul li a {
	display: inline-block;
	color: #ebebeb;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding: 0 14px;
	line-height: 49px;
	font-size: 0.8em;
}
.byline, .byline a{
	font-family: "Courier New", Courier, monospace;
	font-size: .9em;
	font-weight: lighter;
}
.align-left {
	text-align: left;
}
.dropcap {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 2em;
	line-height: 0.9em;
	font-weight: bolder;
}
span.dropcap {
	font-family: 'Playfair Display SC', serif;
	font-size:3em;
	
}

.firstLetter{
  font-family: 'Playfair Display SC', serif;
  float       : left;
  font-size   : 450%;
  line-height: -70px;
 /* margin: 12px 12px 0px 0px;*/
  padding: 25px 6px 20px 0px;
  /*line-height : 0.4;
  margin      : 0.185em 0.083em 0 0;*/
  
}

.firstLetter + span{
  margin-left : -0.1em;
}
.abstract {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #667766;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-indent: 20px;
}
.indent-1 {
	padding-left: 20px;
	text-align: left;
}
.indent-2 {
	padding-left: 40px;
	text-align: left;
}
.indent-3 {
	padding-left: 60px;
	text-align: left;
}
.references {
	text-indent: -30px;
	margin-left: 30px;
	clear: left;
}
td.left-indent-1 {
	text-indent: 10px;
}

.subhed-box	p {
	font-size: auto;
	background-color: #cccfcc;
	width: auto;
	padding: 15px;
	border: #000 thin solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-radius:.5em;
	font-size: .9em;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #bbb;
}

table tr:hover {
	color:#333733;
	background-color:#bbb;
}
table.table-small {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .8em;
	font-family: Tahoma, Geneva, sans-serif;
	border: 1px solid #bbb;
}

table tr th, table tr td.hed-copy {
	font-weight:bold;
	color:#fff;
	background-color:#666a66;
	vertical-align:bottom;
	text-align:center;
	}
.hed-copy {
	border-bottom:none;
	text-align:center;
}
table tr th:nth-child(even) {
	border-left:1px solid white;
	border-right:1px solid white;
	}
table tr th:first-child {
	border-left:none;
	border-right:1px solid white;
}
	table tr th:last-child {
	border-right:none;
	}
table tr td {
	text-align:right;
	padding:0px 3px;
	border-bottom:1px solid #bbb;
}
table tr:nth-child(even) {
	background-color: #ebefeb;
}
table tr:nth-child(even):hover {
	color:#333733;
	background-color:#bbb;
}
table tr td:first-child {
	text-align:left;
}
table tfoot tr {
	background-color: #fff;
	font-size:.8em;
	
}
table tfoot tr td {
	text-align:left;
	border:none;
	padding-top:20px;
}
table tfoot tr:nth-child(even) {
	background-color: #fff;
	font-size:.8em;
	padding-top:20px;
}

.table-slight-yellow {
	background-color: #efefdd;  !important;
}
.table-slight-yellow:nth-child(even), .table-slight-yellow:nth-child(odd) {
	background-color: #efefdd;
}
tr.white-on-dark {
	color: #FFF;
	background-color: #455645;  !important;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	font-size:1.2em;
	padding: 10px 0px 10px 0px;
}
 .white-on-dark:nth-child(even), .white-on-dark:nth-child(odd) {
	color: #FFF;
	background-color: #455645;
}
.total {
	background-color:#667766;  !important;
	color:white;
}
tr.total, tr.total:nth-child(even), tr.total:nth-child(odd) {
	color: #fff;
	background-color: #667766;
	font-weight: bold;
	text-align:left;
}
.subtotal  {
	color: #eeefee;
	background-color: #8f9a8f;  !important;
	font-weight: bold;
	text-align:left;
}
tr.subtotal, th.subtotal, tr.subtotal:nth-child(even), th.subtotal:nth-child(even)  {
	color: #eeefee;
	background-color: #8f9a8f;  !important;
	font-weight: bold;
}
sup, sup a, a sup {
	vertical-align:super;
	font-size:.9em;
}
th sup, th sup a, th a sup, td.hed-copy a, td.hed-copy sup, td.hed-copy a sup, td.hed-copy sup a {
	color;#fff;
	font-weight: bold;
	color: rgb(255,255,255);
}
dt {
	font-weight:bold;
}
dd {
	margin-left:2em;
}
th h3.claims-header {
	color:white;
	font-weight:bold;
	text-align:center;
}
tr.subheader, td.subheader {
	background-color:#dedecc;  !important;
	color:#444;
	font-weight:bold;
}
.decimals {
	text-align:".";
	text-indent:10px;
	.right {
	text-align:right;
}
}


/*#Page Styles	#Media Queries	#Font-Face *
//* #Site Styles================================================== *
//* #Page Styles================================================== *
//* #Media Queries================================================== */


/* Smaller than standard 960 (devices and browsers) */	
@media only screen and (max-width: 959px) {

	
}	
/* Tablet Portrait size to standard 960 (devices and browsers) */	
@media only screen and (min-width: 768px) and (max-width: 959px) {
	nav.primary ul li {
		display:inline;
	}
	
}	

/* All Mobile Sizes (devices and browser) */	
@media only screen and (max-width: 767px) {
	nav.primary ul li {
		display:block;
	}
}	

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */	
@media only screen and (min-width: 480px) and (max-width: 767px) {
	nav.primary ul li {
		display:block;
	}
}
/* Mobile Large */	
@media only screen and (min-width: 320px) and (max-width: 479px) {
	nav.primary {
		display:block;
	}
	.footer, .footer a {
		font-weight: bold;
		font-family: Tahoma, Geneva, sans-serif;
		text-align: center;
		background-color: rgb(102,102,102);
		color: rgb(204,204,204);
		padding: 5px 0px 5px 0px;
		line-height:2em;
	}
	img {
	max-width: 90%;

	}
	p,h1,h2,h3,h4,h5 {
		padding:0px 20px 0px 20px;
		clear:both;
	}
	table, 	table.container.thumbnail-right,
table.thumbnail-right, 		table.container.thumbnail-right tr td center a img {
		float:left;
	}
	
}		

/* Mobile small */	
@media only screen and (max-width: 319px) {
	nav.primary {
		display:block;
		margin-left:0px;
	}
	.footer, .footer a {
		font-weight: bold;
		font-family: Tahoma, Geneva, sans-serif;
		text-align: center;
		background-color: rgb(102,102,102);
		color: rgb(204,204,204);
		padding: 5px 0px 5px 0px;
		line-height:2em;
	}
	img {
		max-width:90%;
	}
	p,h1,h2,h3,h4,h5,table {
		padding:0px 20px 0px 20px;
		clear:both;
	}
	
	
	table, 	table.container.thumbnail-right,
table.thumbnail-right, 		table.container.thumbnail-right tr td center a img {
		float:left;
	}
	#toc.seven.columns {
		width:220px;
		}
#sidebar fieldset.eight.columns{
	width: 280px;
	margin: 20px;
	float: right;
	padding-left: 40px;
	}

}
	
	
/* #Font-Face================================================== *//* 	
This is the proper syntax for an @font-face file		
Just create a "fonts" folder at the root,		
copy your FontName into code below and remove		
comment brackets 
*//*	@font-face {	    
	font-family: 'FontName';	    
	src: url('../fonts/FontName.eot');	    
	src: url('../fonts/FontName.eot?iefix') 
	format('eot'), 
	url('../fonts/FontName.woff') format('woff'),	         
	url('../fonts/FontName.ttf') format('truetype'),	         
	url('../fonts/FontName.svg#webfontZam02nTh') format('svg');	    
	font-weight: normal;	    
	font-style: normal; 
}
*/
nav.primary ul li a:hover {
	display: inline-block;
	color: #ebebeb;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding: 0 14px;
	background-color: rgb(102,102,102);
	line-height: 49px;
}
nav.primary {
	margin-bottom: 20px;
}
.thumbnail-right {
	border: 1px solid rgb(204,204,204);
	height: auto;
	float: right;
	caption-side: bottom;
	padding-left: 10px;
	margin-left: 20px;
}
.thumbnail-left {
	border: 1px solid rgb(204,204,204);
	height: auto;
	float: left;
	caption-side: bottom;
	padding-right: 10px;
	margin-right: 20px;
}
img {
	border: 1px solid rgb(204,204,204);
	padding: 4px;
}
img.thumbnail-left, img.thumbnail-right, table img {
	border: none;
	padding: 4px;
}
.contents, .contents ul, .contents ul li, .contents ul li a, .contents ul li ul li, .contents ul ul li a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
@media print {
	.container {
		font-size:12pt;
		width:100%;
	}
	
	
	
}
.footnote {
	font-size: .9em;
}
ul.lheight-plus1 li {
	line-height: 1.2em;
}
</pre></body></html>