<STYLE>
BODY
{
    FONT-SIZE: 14px;
    BACKGROUND: #fff;
    FONT-FAMILY: Calibri, Calibri, Arial, Verdana, Serif;, Serif;
	color: #666;
}
TABLE
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 16px;
    COLOR: #666;
    FONT-FAMILY: Calibri, Calibri, Arial, Verdana, Serif;, Serif;
    TEXT-ALIGN: left;
}

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

H1
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 24px;
    color:#e41b2d;
    FONT-FAMILY: Calibri, Arial, Verdana, Serif;
    TEXT-ALIGN: center;
}
H2
{
    FONT-SIZE: 18px;
    COLOR: #666;
    FONT-FAMILY: Calibri, Arial, Verdana, Serif;
    TEXT-ALIGN: center

}
H3
{
    FONT-SIZE: 16px;
    COLOR: #666;
    FONT-FAMILY: Calibri, Arial, Verdana, Serif;

}
TD
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #666;
    FONT-FAMILY: Calibri, Arial, Verdana, Serif;
}
TH
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 16px;
    COLOR: #666;
    FONT-FAMILY: Calibri, Arial, Verdana, Serif;
}
P
{
    FONT-SIZE: 14px;
    COLOR: #666;
    FONT-FAMILY: Calibri, Arial, Verdana, Serif;
}
/*#3366cc*/

/* UNCOMMENT FOR DEPLOYMENT on September 5 2023 9pm
Tooltip and tooltiptext css below were generated for SYM-3627. 
 */
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

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

.tooltip:hover .tooltiptext {
  visibility: visible;
}

</STYLE>
