<STYLE>
BODY
{
    FONT-SIZE: 14px;
    BACKGROUND: #FAFAFA;
    FONT-FAMILY: 'Figtree', sans-serif;
	color: #011E41;
}
TABLE
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 16px;
    COLOR: #011E41;
    FONT-FAMILY: 'Figtree', sans-serif;
    TEXT-ALIGN: left;
}

a:link, a:active, a:hover, a:visited {
	color:#f9a91b;
}

a:link {
	color:#0066CC;
	text-decoration: none;
}

H1
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 30px;
    color:#011E41;
    FONT-FAMILY: 'Figtree', sans-serif;
    TEXT-ALIGN: center;
	font-weight: bold;
}
H2
{
    FONT-SIZE: 18px;
    COLOR: #011E41;
    FONT-FAMILY: 'Figtree', sans-serif;
    TEXT-ALIGN: center

}
H3
{
    FONT-SIZE: 16px;
    COLOR: #011E41;
    FONT-FAMILY: 'Figtree', sans-serif;

}
TD
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #011E41;
    FONT-FAMILY: 'Figtree', sans-serif;
}
TH
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 16px;
    COLOR: #011E41;
    FONT-FAMILY: 'Figtree', sans-serif;
}
P
{
    FONT-SIZE: 14px;
    COLOR: #011E41;
    FONT-FAMILY: 'Figtree', sans-serif;
}

#ReportItems{
	background-color: #011E41;
	FONT-FAMILY: 'Figtree', sans-serif;
	color: #FAFAFA;
}

input[type="button"],input[type="submit"],input[type="reset"] {
    border-width: 0px;
	FONT-FAMILY: 'Figtree', sans-serif;
	text-transform: uppercase;
    background-color: #F9A91B;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #011E41;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto; /*200px;*/
  background-color: #011E41;
  color: #FAFAFA;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
</STYLE>
