@charset "UTF-8";

table {
    border-collapse: collapse;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 300;
	color: #515C64;
	width: 96.5%;
	font-size: 15px;
	line-height: 18px;
    margin: 25px 0 30px 20px;
}
table.next {
    margin: 10px 0 0 -12px;
}
table, tr, td {
    border: 1px solid #A7A8AA;
	padding: 9px 0 8px 15px;
}
table .tablename {
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	line-height: 20px;
	background-color: #0A1B4D;
	color: #fff;
	padding: 9px 0 8px 15px;
}
table .subhead {
	font-size: 16px;
	line-height: 15px;
	font-weight: 400;
	background-color: #D5E0D6;
	color: #000;
	padding: 9px 15px 7px 15px;
}
table .subhead.max {
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
}
table .datahead {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	background-color: #E4EAFB;
	color: #000;
	padding: 6px 15px 5px 15px;
}
table .datasub {
	font-size: 13px;
	line-height: 13px;
	font-weight: 600;
	background-color: #F1F1F1;
	color: #515C64;
	padding: 7px 15px 5px 15px;
}
table .datasub sup {
	font-size: 10px;
}
table .ratio {
	font-weight: 600;
}
table .tnote {
	padding: 9px 15px 8px 15px;
}
table tr .spacer {
	padding: 2px;
}
table .tdsicon {
    width: 25px;
    margin: 0px 0px -10px 0px;
    /*vertical-align: 10%;*/
}
table .PIXicon {
    width: 25px;
    margin: 0px 0px -7px 10px;
    vertical-align: 12%;
}
table a:link {
	color: #4C6A93;
	text-decoration: none;
    font-weight: 600;
}
table a:visited {
	color: #0A2C5D;
	text-decoration: none;
}
table a:hover {
	color: #A4BEA7;
	letter-spacing: 0px;
}


