<style type="text/css">:root  {  --textColor:#505060;  }@media screen and (max-width:740px)  {  body {zoom:0.8;}  }@media screen and (min-width:741px) and (max-width:860px)  {  body {zoom:0.95;}  }@media screen and (min-width:861px) and (max-width:940px)  {  body {zoom:1.1;}  }@media screen and (min-width:941px) and (max-width:1200px)  {  body {zoom:1.2;}  }@media screen and (min-width:1201px)  {  body {zoom:1.3;}  }.sans  {  font-size:14px;  color:var(--textColor);  font-family:arial,helvetica,sans-serif;  }.serif  {  font-size:14px;  color:var(--textColor);  font-family:georgia,serif;  }.bold  {  font-weight:bold;  color:var(--textColor);  }.left  {  text-align:left;  }.right  {  text-align:right;  }.center  {  text-align:center;  }.justify  {  text-align:justify;  overflow-wrap: anywhere;  }.smaller  {  font-size:11px;  color:var(--textColor);  }.small  {  font-size:12px;  color:var(--textColor);  }.bigBold  {  font-size:15px;  color:var(--textColor);  font-weight:bold;  }.bigger  {  font-size:17px;  color:var(--textColor);  }.biggerBold  {  font-size:17px;  color:var(--textColor);  font-weight:bold;  }.biggest  {  font-size:20px;  color:var(--textColor);  }.biggestBold  {  font-size:20px;  color:var(--textColor);  font-weight:bold;  }td.bgBlue  {  background-color:#f0f0f8;  }td.bgWhite  {  background-color:#ffffff;  }td.bgGrey  {  background-color:#f0f0f0;  }td.right  {  text-align:right;  }td.center  {  text-align:center;  }td.bottom  {  display: block;  margin-top: auto;  margin-bottom: 0;  }a.linkNormal:link  {  color:#6060a0;  font-weight:bold;  text-decoration:none;  }a.linkNormal:visited  {  color:#8060a0;  font-weight:bold;  text-decoration:none;  }a.linkNormal:active  {  color:#8080c0;  font-weight:bold;  text-decoration:none;  }a.linkNormal:hover  {  color:#6060f0;  font-weight:bold;  text-decoration:none;  }a.linkCurrent:link  {  color:#6060ff;  font-weight:bold;  text-decoration:none;  }a.linkCurrent:visited  {  color:#6060ff;  font-weight:bold;  text-decoration:none;  }a.linkCurrent:active  {  color:#6060ff;  font-weight:bold;  text-decoration:none  }a.linkCurrent:hover  {  color:#6060ff;  font-weight:bold;  text-decoration:none;  }.imageCenter50  {  display: block;  margin-left: auto;  margin-right: auto;  width: 50%;  }.imageCenter33  {  display: block;  margin-left: auto;  margin-right: auto;  width: 33%;  }</style>