﻿a {
	text-decoration: none;
}
a:link {
	color: #15c;
}
a:visited {
	color: #61c;
}
a:active {
	color: #d14836;
}

::-webkit-scrollbar {
	height: 16px;
	overflow: visible;
	width: 16px;
}
::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}
::-webkit-scrollbar-track {
	background-clip: padding-box;
	border: solid transparent;
	border-width: 0 0 0 4px;
}
::-webkit-scrollbar-track:horizontal {
	border-width: 4px 0 0;
}
::-webkit-scrollbar-track:hover {
	background-color: rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
}
::-webkit-scrollbar-track:horizontal:hover {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
}
::-webkit-scrollbar-track:active {
	background-color: rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-track:horizontal:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
}
.jfk-scrollbar-dark::-webkit-scrollbar-track:hover {
	background-color: rgba(255,255,255,.1);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.2);
}
.jfk-scrollbar-dark::-webkit-scrollbar-track:horizontal:hover {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
.jfk-scrollbar-dark::-webkit-scrollbar-track:active {
	background-color: rgba(255,255,255,.1);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(255,255,255,.15);
}
.jfk-scrollbar-dark::-webkit-scrollbar-track:horizontal:active {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(255,255,255,.15);
}
::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.2);
	background-clip: padding-box;
	border: solid transparent;
	border-width: 1px 1px 1px 6px;
	min-height: 28px;
	padding: 100px 0 0;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-thumb:horizontal {
	border-width: 6px 1px 1px;
	padding: 0 0 0 100px;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07);
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,.4);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
}
::-webkit-scrollbar-thumb:active {
	background-color: rgba(0,0,0,0.5);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35);
}
.jfk-scrollbar-dark::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255,.3);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255,255,.1);
}
.jfk-scrollbar-dark::-webkit-scrollbar-thumb:horizontal {
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba(255,255,255,.1);
}
.jfk-scrollbar-dark::-webkit-scrollbar-thumb:hover {
	background-color: rgba(255,255,255,.6);
	box-shadow: inset 1px 1px 1px rgba(255,255,255,.37);
}
.jfk-scrollbar-dark::-webkit-scrollbar-thumb:active {
	background-color: rgba(255,255,255,.75);
	box-shadow: inset 1px 1px 3px rgba(255,255,255,.5);
}
.jfk-scrollbar-borderless::-webkit-scrollbar-track {
	border-width: 0 1px 0 6px;
}
.jfk-scrollbar-borderless::-webkit-scrollbar-track:horizontal {
	border-width: 6px 0 1px;
}
.jfk-scrollbar-borderless::-webkit-scrollbar-track:hover {
	background-color: rgba(0,0,0,.035);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);
}
.jfk-scrollbar-borderless.jfk-scrollbar-dark::-webkit-scrollbar-track:hover {
	background-color: rgba(255,255,255,.07);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rgba(255,255,255,.15);
}
.jfk-scrollbar-borderless::-webkit-scrollbar-thumb {
	border-width: 0 1px 0 6px;
}
.jfk-scrollbar-borderless::-webkit-scrollbar-thumb:horizontal {
	border-width: 6px 0 1px;
}
::-webkit-scrollbar-corner {
	background: transparent;
}
body::-webkit-scrollbar-track-piece {
	background-clip: padding-box;
	background-color: #f5f5f5;
	border: solid #fff;
	border-width: 0 0 0 3px;
	box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}
body::-webkit-scrollbar-track-piece:horizontal {
	border-width: 3px 0 0;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07);
}
body::-webkit-scrollbar-thumb {
	border-width: 1px 1px 1px 5px;
}
body::-webkit-scrollbar-thumb:horizontal {
	border-width: 5px 1px 1px;
}
body::-webkit-scrollbar-corner {
	background-clip: padding-box;
	background-color: #f5f5f5;
	border: solid #fff;
	border-width: 3px 0 0 3px;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.14);
}
body {
	font-family: arial,sans,sans-serif;
	margin: 0;
}
body, body td, .tblGenFixed, .tblGeneric {
	font-size: 13px;
}
.dn {
	display: none;
}
.tblGenFixed td.comment {
	background-image: url("//ssl.gstatic.com/docs/spreadsheets/comment.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
.tblGenFixed td.chip-comment-icon {
	background: #ffffff url("//ssl.gstatic.com/docs/spreadsheets/cell_chip_note_right.png") no-repeat top right;
}
.tblGenFixed td.chip-error-icon {
	background: #ffffff url("//ssl.gstatic.com/docs/spreadsheets/cell_chip_error_right.png") no-repeat top right;
}
.tblGenFixed td {
	padding: 0 3px;
	overflow: hidden;
	white-space: normal;
	letter-spacing: 0;
	word-spacing: 0;
	background-color: #fff;
	z-index: 1;
	border: 1px #ccc solid;
	border-top: 0;
	border-left: 0;
	vertical-align: bottom;
}
.tblGenFixed td.hd {
	padding: 0;
	border-right: 0;
	background-color: #c8c8c8;
}
.tblGenFixed tr.rShim td, .tblGenFixed td.rShim {
	padding: 0;
	border-bottom: 0;
}
.divFrozRowHead .tblGenFixed td.hd, .divRowHead .tblGenFixed td.hd {
	background-color: #e8eef7;
	width: 35px;
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
	color: #333;
	border-style: solid;
	border-color: #c8c8c8;
	border-width: 0 1px 1px 0;
}
#tblMain td.hd p, .colHeadTable td.hd p {
	margin: 0;
	width: 0;
	overflow: hidden;
	font-size: 0;
}
td.rShim {
	width: 35px;
	height: 0;
	border-right: 1px #c8c8c8 solid;
}
.divColHead .tblGenFixed tr.hd td, .tblGenFixed .sortBar {
	background-color: #e8eef7;
	text-align: center;
	vertical-align: middle;
	font-size: 8pt;
	color: #333;
	border-style: solid;
	border-color: #c8c8c8;
	border-width: 0 1px 1px 0;
}
.divColHead .tblGenFixed tr.hd td {
	height: 20px;
}
.divColHead .tblGenFixed tr.hd td.on, .divRowHead .tblGenFixed tr.on td.hd {
	background-color: #c8c8c8;
}
.divColHead .tblGenFixed tr.hd td {
	border-bottom: 1px solid #9fc2fd;
}
.divColHead .tblGenFixed tr.hd td.first {
	border-right: none;
}
.tblGenFixed .sortBar {
	background-image: url("//ssl.gstatic.com/docs/spreadsheets/gradient-12.gif");
	background-repeat: repeat-x;
	height: 12px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
}
.FF .sortBar {
	height: 13px;
}
.tblGenFixed td.headerEnd {
	background-color: #e8eef7;
	border: none;
}
.IE .divRowHead .tblGenFixed tr.equalize td {
	overflow: visible!important;
	white-space: normal;
	text-indent: 0;
	padding: 0 3px;
}
.FF .divColHead .tblGenFixed td.hd {
	padding-bottom: 1px;
}
.FF .divColHead .tblGenFixed tr.hd td.hd, .FF .divRowHead .tblGenFixed td.hd {
	padding-bottom: 0;
}
.tblGenFixed {
	table-layout: fixed;
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0px;
	width: 0px;
	border-bottom: 1px #ccc solid;
}
.disclaimer {
	padding-left: 12px;
	font-size: 11px;
	background-color: #efefef;
	color: #676767;
	border-left: 0px none;
	border-bottom: 1px solid #c0c0c0;
	border-right: 0px none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.disclaimerTop {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-top: 1px solid #c0c0c0;
}
.disclaimer a {
	color: #77c;
	padding-left: 3px;
}
td.num {
	text-align: right;
}
.waffle-image-div {
	position: relative;
}
.waffle-image-cell {
	display: block;
	position: absolute;
	left: -3px;
}

.tblGenFixed td {
	padding: 0 3px;
	overflow: hidden;
	white-space: normal;
	letter-spacing: 0;
	word-spacing: 0;
	background-color: #fff;
	z-index: 1;
	border-top: 0px none;
	border-left: 0px none;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.dn {
	display: none;
}
.tblGenFixed td.s30 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	direction: Context;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s29 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s27 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #DD0806;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	direction: Context;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s28 {
	background-color: #f5a2c6;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 180.0%;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s9 {
	background-color: #933c06;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 120.0%;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s25 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s26 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s7 {
	background-color: #000000;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	direction: Context;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s23 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s8 {
	background-color: #933c06;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 120.0%;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s24 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s21 {
	background-color: #f5a2c6;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 180.0%;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s5 {
	background-color: #000000;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	direction: Context;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s22 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s6 {
	background-color: #000000;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	direction: Context;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s3 {
	background-color: #f2635d;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 220.0%;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s20 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	direction: Context;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s4 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 110.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
	direction: Context;
	white-space: nowrap;
	overflow: hidden;
	border-right: ;
	border-bottom: ;
	border-left: 1px solid #CCC;
}
.tblGenFixed td.s0 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 110.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
	direction: Context;
	white-space: nowrap;
	overflow: hidden;
	border-top: 1px solid #CCC;
	border-right: ;
	border-bottom: ;
	border-left: 1px solid #CCC;
}
.tblGenFixed td.s2 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 110.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
	direction: Context;
	white-space: nowrap;
	overflow: hidden;
	border-right: 1px solid #FF6600;
	border-bottom: ;
	border-left: 1px solid #CCC;
}
.tblGenFixed td.s1 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 110.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
	direction: Context;
	white-space: nowrap;
	overflow: hidden;
	border-top: 1px solid #CCC;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s16 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s17 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	direction: Context;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s18 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s19 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s12 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s13 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s14 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	direction: Context;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s15 {
	background-color: white;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 90.0%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s10 {
	background-color: #933c06;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 100.0%;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: ;
	border-bottom: 1px solid #FF6600;
}
.tblGenFixed td.s11 {
	background-color: #f5a2c6;
	font-family: calibri,arial,sans,sans-serif;
	font-size: 180.0%;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	direction: auto-ltr;
	white-space: normal;
	overflow: hidden;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
