@charset "UTF-8";
/* CSS Document */

#fundingtable
{
	border-collapse:collapse;
}
#customers td, #fundingtable th 
{
	border:thin solid #FFF;
	padding:2px;
}
#fundingtable th 
{
	text-align:center;
	background-color:#CCC;
	color:#333;
	font-weight: bold;
	padding: 2px;
}
#fundingtable tr.alt td 
{
	color:#000000;
	background-color:#E3E3E3;
	text-align: center;
	border: thin solid #FFF;
	font-size: 11px;
}
#fundingtable tr.alt2 td
{
	color:#000000;
	background-color:#ECECEC;
	text-align: center;
	border: thin solid #FFF;
	font-size: 11px;
}




.tablegray tr.alt3 td
{
	font-size: 12px;
	color:#343434;
	line-height: 18px;
	background-color:#fafcfd;
	text-align:justify;
	border:2px;
	padding: 20px;
	
	
	
	
	

}


.line
{ border-top: 1px solid #dcdee0;
	padding-top: 35px;
	display: flex;
	flex-wrap: wrap;
	}



#charttable
{
	border-collapse:collapse;
}
#customers td, #charttable th 
{
	border:thin solid #03CACF;
	padding:2px;
}
#charttable th 
{
	text-align:center;
	background-color:#2859A5;
	color:#FFF;
	font-weight: bold;
	padding: 2px;
}
#charttable tr.alt td 
{
	color:#000000;
	background-color:#E8EDF6;
	text-align: center;
	border: thin solid #03CACF;
	font-size: 11px;
}
#charttable tr.alt2 td
{
	color:#000000;
	background-color:#E4F2F3;
	text-align: center;
	border: thin solid #03CACF;
	font-size: 11px;
}
#charttable tr.alt3 td
{
	color:#000000;
	background-color:#ECECEC;
	text-align: center;
	border: thin solid #03CACF;
	font-size: 11px;
	font-weight: bold;
}
#charttable tr.alt4 td
{
	color:#000000;
	background-color:#FFF;
	text-align: left;
	border: thin solid #03CACF;
	font-size: 11px;
}
#charttable tr.alt5 td
{
	color:#666;
	background-color:#FFF;
	text-align: left;
	border: thin solid #03CACF;
	font-size: 9px;
}
#charttable tr.alt6 td
{
	color:#000000;
	background-color:#FFF;
	text-align: center;
	border: thin solid #03CACF;
	font-size: 11px;
}



.pagetitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #1C3A6C;
}
.paratitle {
	font-size: 13px;
	color: #1C3A6C;
	font-weight: bold;
}




.smallcharttext {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}



.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}