<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* For CTAStatReports */



div#globalContainer
{
    margin:0 auto;
    width: 950;
    overflow: hidden;
    text-align: left;
}


/* For RCG Ranking Reports */

div#globalContainernarrow
{
    margin:0 auto;
    width: 700;
    overflow: hidden;
    text-align: left;
}

div#globalContainerWide
{
    margin:0 auto;
    width: 1000;
    overflow: hidden;
    text-align: left;
}


body
{
    margin: 0;
    padding: 5px;
    color: black;
    background-color: white;
    font-size: 9px;
    color: #333333;
    text-align: center;
}




/* Is only used in the /includes/cta_list file */


.dropnav {
	font-size: 8pt;
	color: #4C4C4C;
	
	
}

.submit {
	font-size: 8pt;
	color: #333333;
	background-color: #cccccc;
	
}

.ctafilter
{
   	text-align: left;
    margin: 0;
    padding: 0;
    color: black;
	font-size: 7.5pt;
	background-color: white;
	font-weight: normal;

}


.text
{
    font-size: 9pt;
    color: #000000;
}




table.directory
{
    width: 870px;
    margin: 5px auto;
    padding:2;
	vertical-align: top;
    text-align: right;
    color: #666666;
}


table.directorynarrow
{
    width: 550px;
    margin: 20px auto;
    padding: 5px;
	spacing: 10px;
	vertical-align: top;
    text-align: right;
    color: #666666;
}

.directory th
{
   font-size: 10px;
    font-weight: normal;
    text-align: center;
    padding: 2px;
    width: auto;
}

.directory td
{
    font-size: 10px;
	line-height: 14px;
    font-weight: normal;
    text-align: left;
    padding: 2px;
    width: auto;
}

td.data
{
    width: 75px;
    font-weight: normal;
	font-size: 10px;
    text-align: right;
}
	
td.label
{
    width: 350px;
    font-weight: normal;
	font-size: 10px;
    text-align: left;

}


td.accountingnotes
{
    width: 600px;
    font-weight: normal;
	font-size: 10px;
	text-align: left;

}

/* For Narrow BN Ranking Reports */


 td.labelnarrow
{
    width: 60px;
    font-weight: normal;
	font-size: 10px;
	text-align: center;

}


 th.labelnarrow
{
    width: 60px;
    font-weight: normal;
	font-size: 10px;
	text-align: left;
	
}




a:active {
	
	text-decoration: none;
	background-color: none;
	
}
/* This is smokey green - also known as highlight */




/*@media print {
  .do_not_print {
    display: none !important;
  }
}

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