﻿BODY {
      background-color:#ffffff;
      font-size:10pt;
      font-family:Arial, Helvetica, sans-serif;
}

td {  font-size:10pt;
      font-family:Arial, Helvetica, sans-serif;
	  padding-left:5px;
}

th {  font-size:10pt;
      font-family:Arial, Helvetica, sans-serif;
	  text-align:left;
	  padding:0 5px;
}

H1 {
    margin:0 0;
    font-weight:normal;
    font-style:normal;
    color:#e51b24;
    font-size:14pt;
    border-bottom-style:solid;
    padding-bottom:3px;
    border-bottom-color:#c0c0c0;
    border-top-style:solid;
    border-top-width:1px;
    border-bottom-width:1px;
    border-top-color:#c0c0c0;
    padding-top:6px;
    font-family:Arial, Helvetica, sans-serif;
}
LI.H1 {
       font-variant:normal;
       font-family:Arial, sans-serif;
       font-size:18pt;
       font-weight:normal;
       font-style:normal;
       color:#e51b24;
}
h2 {
    margin-top:13.5pt;
    margin-bottom:0pt;
    color:#666666;
    font-size:12pt;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
}
LI.H2 {
       font-weight:bold;
       font-family:Arial, Helvetica, sans-serif;
       font-size:12pt;
       color:#4f91cd;
}
h3 {
    margin-bottom:0pt;
    color:#0033FF;
    margin-left:0pt;
    margin-top:14pt;
    font-size:11pt;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
}
LI.H3 {
       font-weight:bold;
       font-family:Arial, sans-serif;
       color:#999999;
       font-size:11pt;
}
H4 {
    color:#999999;
    font-weight:bold;
    font-style:italic;
    margin-bottom:5pt;
    margin-top:9.5pt;
    font-size:10pt;
    x-next-type:P;
    font-family:Arial Unicode MS;
}
LI.H4 {
       font-family:Arial, sans-serif;
       color:#999999;
       font-weight:bold;
       font-style:italic;
       font-size:10pt;
}
P {
   color:#333;
   margin-left:6pt;
   font-size:10pt;
   margin-top:9pt;
   margin-bottom:9pt;
   font-family:Arial, Helvetica, sans-serif;
}
LI.P {
      color:#000000;
      font-size:9pt;
      font-family:Arial, Helvetica, sans-serif;
}
OL {
    margin-top:0px;
    margin-bottom:0px;
}
UL {
    margin-top:0px;
    margin-bottom:0px;
}
LI {margin-bottom: 5px}
P.Whatdo {
          margin-top:13.5pt;
          font-style:normal;
          font-weight:bold;
          font-size:12pt;
          color:#999999;
          border-top-style:None;
          margin-bottom:4.5pt;
          border-bottom-style:Solid;
          border-bottom-color:#c0c0c0;
          border-bottom-width:1px;
          padding-bottom:9px;
          font-family:Arial Unicode MS;
}
A:link {
        font-weight:normal;
        font-style:normal;
        font-size:9pt;
        color:#3074b8;
        font-family:Arial, Helvetica, sans-serif;
        text-decoration:none;
}
P.whatdoborder {
                border-bottom-style:Solid;
                margin-top:0pt;
                margin-bottom:0pt;
                line-height:1pt;
                border-bottom-width:1px;
                border-bottom-color:#c0c0c0;
}
A:visited {
           color:#3074b8;
           font-family:Arial, Helvetica, sans-serif;
           text-decoration:none;
}
A:hover {
         color:#3074b8;
         font-family:Arial, Helvetica, sans-serif;
         text-decoration:underline;
}
A:active {
          color:#3074b8;
          font-family:Arial Unicode MS;
          text-decoration:underline;
}

.red {color: red}
.red_bold {color: red; font-weight:bold; font-size:16px}
.blue {color:#009}
.bold {font-weight:bold}
div.block {border:solid 1px #666666; padding:5px 10px; width:auto}

table {border-collapse: collapse; border-spacing: 0; border: 1px solid;}

tr th, tr td {
padding: 5px 10px;
}

a.tooltip {position:relative; border-bottom: 2px dashed orange; color: #222;}
a.tooltip:hover {position:relative; color: #222; text-decoration: none}
a.tooltip:visited {position:relative; color: #222;}
a.tooltip:active {position:relative; color: #222; text-decoration: none}
a.tooltip span{display:none;}
a.tooltip:hover span {
display:block;
position:absolute;
top:25px;
left:0px;
padding: 6px;
order:1px solid #000;
background-color: orange;
color:#000;
text-decoration: none}

@media screen (max-width: 740px) {
	BODY {font-size:12pt;}
	td {font-size:12pt;}
	th {font-size:12pt;}
	H1 {font-size:16pt;}
	H2 {font-size:14pt;}
	H3 {font-size:13pt;}
	H4 {font-size:12pt;}
	P  {font-size:12pt;}
	LI.P {font-size:11pt;}
	A:link {font-size:11pt;}
}
