﻿



     /************** Reset block *****************/
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, sub, sup, tt, var,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }
    :focus {
    outline: 0;
    }
    header,nav,article,footer,section,aside,figure,figcaption{display:inline-block}





    .copy{
    color: #fff;
    text-shadow: 0px 1px 8px rgba(0,0,0,.9);
    font-size: 10px;
    font-family: Arial, "Lucida Sans";
    width: 100%;
    line-height: 22px;
    text-align: center;

    }
    .copy a{
    color: #fff;
    text-decoration: none;

    }
    .copy a:hover{
    color: #fff;
    text-decoration: underline;
    }

    /************** Toolbar *****************/
    .closeBG{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 30px;
    background: url(closeBG.png) no-repeat;
    opacity: 0.7;
    cursor: pointer;
    }
    .closeBG:hover{
    opacity: 1;
    }

    .infoBox{
    line-height: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
    padding: 0px 30px 0 10px;
    text-align: left;
    white-space: nowrap;
    z-index: -1;
    border-radius: 60px;
    }
    .infoFont{
    font-size: 10px;
    font-family: Arial, "Lucida Sans";
    color: #fff;
    }
    .infoBtn{
    font-size: 18px;
    font-family: PulsarJS;
    color: #fff;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px;
    display: inline-block;
    background: url(info_basic.png) 6px 6px no-repeat;
    width: 18px;
    height:18px;
    }
    .infoBtn:hover{
    opacity: 0.9;
    }

    .toolbarBox{
    width: 100%;
    min-width: 650px;
    height: 30px;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 10001;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;

    }

    .toolbarFont {
    font-size:10px;
    font-family:Helvetica, sans-serif, Arial, "Lucida Sans";
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    }


    .fullVersionLink{
    margin: 2px 5px;
    padding: 2px 5px;
    height: 20px;
    position: absolute;
    text-align: center;
    white-space:nowrap;
    top: 0px;
    left: 40px;
    border-radius: 3px;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }
    .fullVersionLink:hover{
    border: 1px inset rgba(255, 255, 255, 0.5);
    }
	
	
/***    DOWNLOAD BUTTON   ***/
    .downloadBtn{
	
	padding: 0 4px;
    height: 30px;
    width: 30px;
    position: absolute;
    text-align: center;
    white-space:nowrap;
    top: 0px;
    left: 40px;
    float: left;
    background: url(./save.png) no-repeat 50% 50%;
    cursor: pointer;
	    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */


    }
    .downloadBtn:hover{
    background: #777 url(./save.png) no-repeat 50% 50%;
    }


/***    DOWNLOAD BOX   ***/
      .downloadBox{
      min-width: 200px;
	  width: auto;
      min-height:10px;
      float: left;
      position: relative;
      top: -300px;
      left: 0px;
      background-color: #f8f8f8;
      border-left: 1px solid rgb(200,200,200);
      border-right: 1px solid rgb(200,200,200);
      border-bottom: 1px solid rgb(200,200,200);;
      z-index: 10002;
      opacity: 0;
      cursor: pointer;

      transition-duration: 200ms;
      -moz-transition-duration: 200ms; /* Firefox 4 */
      -webkit-transition-duration: 200ms; /* Safari and Chrome */
      -o-transition-duration: 200ms; /* Opera */
      -ms-transition-duration: 200ms; /* IE */
      }
      .downloadBox ul{
      width: 100%;
      float: left;
      text-align: left;
      overflow-x: hidden;
      font-family:Helvetica, sans-serif, Arial, "Lucida Sans";
      color: black;
      font-weight: normal;
      }
      .downloadBox li {
      float: left;
      width: 100%;
      padding: 5px 10px;
      list-style-position: outside;
      list-style-type: none;
      }
      .downloadBox li:hover {
      background: #ddd;
      }
      .downloadBox a{
      font-size:11px;
      text-align: left;
      font-family: Helvetica, sans-serif, Arial, "Lucida Sans";
      color: black;
      font-weight: bold;
      text-decoration: none;
}


/***    TOC BOX   ***/
    .tocBtn{
    padding: 0 4px;
    height: 30px;
    width: 30px;
    position: absolute;
    text-align: center;
    white-space:nowrap;
    top: 0px;
    left: 0px;
    float: left;
    background: url(./toc.png) no-repeat 50% 50%;
    cursor: pointer;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }
    .tocBtn:hover{
    background: #777 url(./toc.png) no-repeat 50% 50%;
    }

    .currentPage{
    width: 50px;
    overflow: hidden;
    height: 15px;
    font-size: 11px;
    padding-right: 5px;
    margin-left: 5px;
    text-align: right;
    float: left;
    }

    .navigationBox{
    display: inline-block;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }
    .navigationTool{
	
	padding: 0 4px;
    height: 30px;
    width: 30px;
    text-align: center;
    white-space:nowrap;
    float: left;
    cursor: pointer;
    }
	
    .navigationLeft{
    background: url(./previous.png) no-repeat 50% 50%;
    }
	.navigationLeft:hover{
    background: #777 url(./previous.png) no-repeat 50% 50%;
    }
    .navigationRight{
    background: url(./next.png) no-repeat 50% 50%;
    }
	.navigationRight:hover{
    background: #777 url(./next.png) no-repeat 50% 50%;
    }
    .navigationPager{
    display: inline-block;
    padding: 5px;
    float:left;
    }


    .shareBox{
    position: fixed;
    top: 52px;
    right: 0px;
    width: 40px;
    float: left;
    background: rgba(0, 0, 0, 0.5);
    padding:  0 0  4px 0;
    z-index: 10000;
    }

    .shareBox a{
    width: 32px;
    height: 32px;
    margin: 4px 4px 0 4px;
    display: inline-block;
    float: left;
    }



    .zoomBox{
    width: 36px;
    position: fixed;
    top: 52px;
    left: 0px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }
    .zoomBox div{
    padding: 4px 4px 0 2px;
    width: 30px;
    height: 32px;
    display: inline-block;
    float: left;
    cursor: pointer;
    }
    .zoomBox div:hover{
    background-color: #777;
    }
    .zoomIn{
    background: url(zoomIn.png) no-repeat 50% 50%;
    }
    .zoomOut{
    background: url(zoomOut.png) no-repeat 50% 50%;
    }





    .thumbBox{
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: -102px;
    left: 0px;
    height: 100px;
    width: 100%;
    display: inline-block;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }

    .thumbContent{
    overflow: hidden;
    position: relative;
    top: 5px;
    left: 0px;
    height: 90px;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }

    .thumbLine{
    margin: 0 35px;
    height: 100px;
    overflow: hidden;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }

    .thumbLine ul{
    display: block;
    height: 84px;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }
    .thumbLine li{
    list-style-position: outside;
    list-style-type: none;
    float: left;
    overflow: hidden;
    height: 80px;
    width: 80px;
    margin: 2px;
    cursor: pointer;
    opacity: 0.5;
    }

    .thumbLine li:hover{
    cursor: pointer;
    opacity: 1;
    }

    .selector {
    opacity: 0.5 !important;
    }
    .selector:hover{
    opacity: 1 !important;
    }
    .selected {
    opacity: 1 !important;
    }

    .thumbBtn{
    padding: 2px 4px;
    height: 30px;
    width: 30px;
    position: absolute;
    text-align: center;
    white-space:nowrap;
    background: rgba(0, 0, 0, 0.5) url(./thumbnails.png) no-repeat 50% 50%;
    top: -34px;
    left: -1px;
    float: left;
    cursor: pointer;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }

    .thumbBtn:hover{
    background: #777 url(./thumbnails.png) no-repeat 50% 50%;
    }

    .thumbLeftTool{
    height: 100px;
    padding: 0 5px;
    width: 26px;
    background:  url(./previous.png) no-repeat 50% 50%;
    cursor: pointer;
    float: left;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }
    .thumbLeftTool:hover{
    background: rgba(255, 255, 255, 0.2) url(./previous.png) no-repeat 50% 50%;
    }

    .thumbRightTool{
    height: 100px;
    padding: 0 5px;
    width: 26px;
    background:  url(./next.png) no-repeat 50% 50%;
    cursor: pointer;
    float: right;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }
    .thumbRightTool:hover{
    background: rgba(255, 255, 255, 0.2) url(./next.png) no-repeat 50% 50%;
    }




    .tocBox{
    width: 200px;
    min-height:300px;
    float: left;
    position: fixed;
    top: 0px;
    left: -202px;
    background-color: #f8f8f8;
    border: 1px solid rgb(200,200,200);
    z-index: 10002;

    font-size:14px;
    text-align: left;
    font-family: Helvetica, sans-serif, Arial, "Lucida Sans";
    color: black;
    font-weight: bold;

    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }

    .tocBox h2{
    background-color: rgba(0, 0, 0, 0);
    color: #111;
    padding: 5px 10px;
    border-bottom: 1px ridge #ddd;
    font-size:13px;
    }
    .tocContent{
    overflow-y: auto;
    position: relative;
    top: 30px;
    left: 0px;

    }
    .tocNavTop{
    width: 200px;
    height: 30px;
    background: #eeeeee url("./upArrow.png") no-repeat center;
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 0px;
    display: block;
    }
    .tocNavTop:hover {
    background: #cccccc url("./upArrow.png") no-repeat center;
    }

    .tocNavBottom{
    width: 200px;
    height: 30px;
    background: #eeeeee url("./downArrow.png") no-repeat center;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    }
    .tocNavBottom:hover {
    background: #cccccc url("./downArrow.png") no-repeat center;
    }

    .tocContent ul{
    float: left;
    font-size: 11px;
    text-align: left;
    font-family:Helvetica, sans-serif, Arial, "Lucida Sans";
    color: black;
    font-weight: normal;
    position: relative;
    top: 0px;
    left: 0px;
    transition-duration: 200ms;
    -moz-transition-duration: 200ms; /* Firefox 4 */
    -webkit-transition-duration: 200ms; /* Safari and Chrome */
    -o-transition-duration: 200ms; /* Opera */
    -ms-transition-duration: 200ms; /* IE */
    }
    .tocContent li {
    float: left;
    width: 200px;
    list-style-position: outside;
    list-style-type: none;

    }

    .tocContent li:hover{
    background-color: rgba(200, 200, 200, 0.4);
    }

    .tocContent a{
    text-decoration: none;
    color: #222;
    padding: 4px 0;
    }

    .fontPageName{
    float: left;
    width: 140px;
    margin-left: 10px;
    font-weight: bold;
    word-wrap: break-word;
    overflow: hidden;

    }

    .fontPageNum{
    margin-right: 10px;
    float: right;
    }

    .tocChild{
    font-weight: normal;
    margin-left: 20px;
    }

    /************** Balloon *********************/
    .balloon {
    background: #fff;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    padding: 20px 20px;

    font-size: 12px;
    width: 250px;
    text-align: justify;
    color: #3a3a3a;

    position: fixed;
    top: 35px;
    right: 2px;
    z-index: 100002;

    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,.5);
    box-shadow: 0px 2px 10px rgba(0,0,0,.5);

    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;

    opacity: 0;
    display: none;
    }

    .balloon .arrow {
    width: 0;
    height: 0;
    display: block;

    border-width: 10px;
    border-color: transparent  transparent #fff transparent ;
    border-style: solid;

    position: absolute;
    top: -17px;
    right: 4px;
    }

    .balloon .closeButton {
    display:block;
    width:14px;
    height:14px;
    text-decoration:none;
    cursor:pointer;
    background:url(./about_close.png);
    position:absolute;
    top:10px;
    right:8px;
    left:auto;
    bottom:auto;
    float:right;
    }

    .balloon .closeButton:hover {
    background:url(./about_close_hover.png);
    }

    .balloon h2 {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    padding-right: 30px;
    }
    .balloon a{
    color: #1e90ff;
    text-decoration: underline;
    }

    /************** Publication *****************/

    .publication{
    margin: auto;
    padding: 48px 0 0 0;
    text-align: center;
    width: 595px;
    }
    .book{
    margin: 0 auto;
    width: 595px;
    height: 841px;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 8px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 3px 8px rgba(0,0,0,.5);
    box-shadow: 0px 3px 8px rgba(0,0,0,.5);
    overflow: hidden;
    }
    .page{
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    }



    /************** Page *****************/
    .div_items      {
    margin: 0px;
    padding: 0px;
    position: absolute;
    overflow: hidden;
    border : 0px solid green;
    }



    /*
    scroll bar
    */

    ::-webkit-scrollbar {
    width: 3px;
	height: 3px;
    }

    ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    }

    ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

    /************** Publication *****************/
    body{
    font: normal normal normal 12px/18px Arial, sans-serif;
    background: #FF6600;
    position: relative;
}

.bodyBg{
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../../flash/image/grey-outer.jpg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
  
}

.fontPosition {
    white-space: nowrap;
    border: 0px solid blue;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: visible;
}

.areaLink{
    background: #3FC7FF;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.areaLink:hover {
    opacity: 0.5;
}


        .font1 {
        font-size: 6px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font1 a {
        text-decoration: none;
        color: #000000;
        }
        .font1 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font1 a:visited {
        color: #900060;
        }
      
        .font2 {
        font-size: 6px;
        font-family: "FontanaNDAaOsF";
        color: #FFFFFF ;
        opacity: 1 ;
        }
        .font2 a {
        text-decoration: none;
        color: #FFFFFF;
        }
        .font2 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font2 a:visited {
        color: #900060;
        }
      
        .font3 {
        font-size: 8.3px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font3 a {
        text-decoration: none;
        color: #000000;
        }
        .font3 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font3 a:visited {
        color: #900060;
        }
      
        .font4 {
        font-size: 8.4px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font4 a {
        text-decoration: none;
        color: #000000;
        }
        .font4 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font4 a:visited {
        color: #900060;
        }
      
        .font5 {
        font-size: 9.2px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font5 a {
        text-decoration: none;
        color: #000000;
        }
        .font5 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font5 a:visited {
        color: #900060;
        }
      
        .font6 {
        font-size: 11.1px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font6 a {
        text-decoration: none;
        color: #000000;
        }
        .font6 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font6 a:visited {
        color: #900060;
        }
      
        .font7 {
        font-size: 11.2px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font7 a {
        text-decoration: none;
        color: #000000;
        }
        .font7 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font7 a:visited {
        color: #900060;
        }
      
        .font8 {
        font-size: 9.3px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font8 a {
        text-decoration: none;
        color: #000000;
        }
        .font8 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font8 a:visited {
        color: #900060;
        }
      
        .font9 {
        font-size: 20.1px;
        font-family: "Trebuchet#20MS,Bold";
        color: #C0C0C0 ;
        opacity: 1 ;
        }
        .font9 a {
        text-decoration: none;
        color: #C0C0C0;
        }
        .font9 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font9 a:visited {
        color: #900060;
        }
      
        .font10 {
        font-size: 13.1px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font10 a {
        text-decoration: none;
        color: #000000;
        }
        .font10 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font10 a:visited {
        color: #900060;
        }
      
        .font11 {
        font-size: 9.3px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font11 a {
        text-decoration: none;
        color: #000000;
        }
        .font11 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font11 a:visited {
        color: #900060;
        }
      
        .font12 {
        font-size: 13.0px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font12 a {
        text-decoration: none;
        color: #000000;
        }
        .font12 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font12 a:visited {
        color: #900060;
        }
      
        .font13 {
        font-size: 7.3px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font13 a {
        text-decoration: none;
        color: #000000;
        }
        .font13 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font13 a:visited {
        color: #900060;
        }
      
        .font14 {
        font-size: 7.3px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font14 a {
        text-decoration: none;
        color: #000000;
        }
        .font14 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font14 a:visited {
        color: #900060;
        }
      
        .font15 {
        font-size: 8.5px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font15 a {
        text-decoration: none;
        color: #000000;
        }
        .font15 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font15 a:visited {
        color: #900060;
        }
      
        .font16 {
        font-size: 9.4px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font16 a {
        text-decoration: none;
        color: #000000;
        }
        .font16 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font16 a:visited {
        color: #900060;
        }
      
        .font17 {
        font-size: 8.4px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font17 a {
        text-decoration: none;
        color: #000000;
        }
        .font17 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font17 a:visited {
        color: #900060;
        }
      
        .font18 {
        font-size: 7.5px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font18 a {
        text-decoration: none;
        color: #000000;
        }
        .font18 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font18 a:visited {
        color: #900060;
        }
      
        .font19 {
        font-size: 13.2px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font19 a {
        text-decoration: none;
        color: #000000;
        }
        .font19 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font19 a:visited {
        color: #900060;
        }
      
        .font20 {
        font-size: 11.3px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font20 a {
        text-decoration: none;
        color: #000000;
        }
        .font20 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font20 a:visited {
        color: #900060;
        }
      
        .font21 {
        font-size: 8.5px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font21 a {
        text-decoration: none;
        color: #000000;
        }
        .font21 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font21 a:visited {
        color: #900060;
        }
      
        .font22 {
        font-size: 7.6px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font22 a {
        text-decoration: none;
        color: #000000;
        }
        .font22 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font22 a:visited {
        color: #900060;
        }
      
        .font23 {
        font-size: 9.4px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font23 a {
        text-decoration: none;
        color: #000000;
        }
        .font23 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font23 a:visited {
        color: #900060;
        }
      
        .font24 {
        font-size: 8.3px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font24 a {
        text-decoration: none;
        color: #000000;
        }
        .font24 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font24 a:visited {
        color: #900060;
        }
      
        .font25 {
        font-size: 7.6px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font25 a {
        text-decoration: none;
        color: #000000;
        }
        .font25 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font25 a:visited {
        color: #900060;
        }
      
        .font26 {
        font-size: 8.1px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font26 a {
        text-decoration: none;
        color: #000000;
        }
        .font26 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font26 a:visited {
        color: #900060;
        }
      
        .font27 {
        font-size: 7.5px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font27 a {
        text-decoration: none;
        color: #000000;
        }
        .font27 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font27 a:visited {
        color: #900060;
        }
      
        .font28 {
        font-size: 6px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font28 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font28 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font28 a:visited {
        color: #900060;
        }
      
        .font29 {
        font-size: 11px;
        font-family: "FontanaNDCcOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font29 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font29 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font29 a:visited {
        color: #900060;
        }
      
        .font30 {
        font-size: 10px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font30 a {
        text-decoration: none;
        color: #000000;
        }
        .font30 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font30 a:visited {
        color: #900060;
        }
      
        .font31 {
        font-size: 10px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font31 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font31 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font31 a:visited {
        color: #900060;
        }
      
        .font32 {
        font-size: 11px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font32 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font32 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font32 a:visited {
        color: #900060;
        }
      
        .font33 {
        font-size: 11px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font33 a {
        text-decoration: none;
        color: #000000;
        }
        .font33 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font33 a:visited {
        color: #900060;
        }
      
        .font34 {
        font-size: 9px;
        font-family: "FontanaNDAaOsF";
        color: #696058 ;
        opacity: 1 ;
        }
        .font34 a {
        text-decoration: none;
        color: #696058;
        }
        .font34 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font34 a:visited {
        color: #900060;
        }
      
        .font35 {
        font-size: 9px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font35 a {
        text-decoration: none;
        color: #000000;
        }
        .font35 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font35 a:visited {
        color: #900060;
        }
      
        .font36 {
        font-size: 12px;
        font-family: "FontanaNDCcOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font36 a {
        text-decoration: none;
        color: #000000;
        }
        .font36 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font36 a:visited {
        color: #900060;
        }
      
        .font37 {
        font-size: 12px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font37 a {
        text-decoration: none;
        color: #000000;
        }
        .font37 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font37 a:visited {
        color: #900060;
        }
      
        .font38 {
        font-size: 11px;
        font-family: "FontanaNDCcOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font38 a {
        text-decoration: none;
        color: #000000;
        }
        .font38 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font38 a:visited {
        color: #900060;
        }
      
        .font39 {
        font-size: 8px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font39 a {
        text-decoration: none;
        color: #000000;
        }
        .font39 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font39 a:visited {
        color: #900060;
        }
      
        .font40 {
        font-size: 8px;
        font-family: "FontanaNDCcOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font40 a {
        text-decoration: none;
        color: #000000;
        }
        .font40 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font40 a:visited {
        color: #900060;
        }
      
        .font41 {
        font-size: 9px;
        font-family: "FontanaNDCcOsF";
        color: #FFFFFF ;
        opacity: 1 ;
        }
        .font41 a {
        text-decoration: none;
        color: #FFFFFF;
        }
        .font41 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font41 a:visited {
        color: #900060;
        }
      
        .font42 {
        font-size: 20px;
        font-family: "FontanaNDAaOsF";
        color: #FFFFFF ;
        opacity: 1 ;
        }
        .font42 a {
        text-decoration: none;
        color: #FFFFFF;
        }
        .font42 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font42 a:visited {
        color: #900060;
        }
      
        .font43 {
        font-size: 16px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font43 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font43 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font43 a:visited {
        color: #900060;
        }
      
        .font44 {
        font-size: 10px;
        font-family: "FontanaNDAaOsF";
        color: #696058 ;
        opacity: 1 ;
        }
        .font44 a {
        text-decoration: none;
        color: #696058;
        }
        .font44 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font44 a:visited {
        color: #900060;
        }
      
        .font45 {
        font-size: 16px;
        font-family: "FontanaNDCcOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font45 a {
        text-decoration: none;
        color: #000000;
        }
        .font45 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font45 a:visited {
        color: #900060;
        }
      
        .font46 {
        font-size: 11px;
        font-family: "Verdana";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font46 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font46 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font46 a:visited {
        color: #900060;
        }
      
        .font47 {
        font-size: 9px;
        font-family: "FontanaNDCcOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font47 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font47 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font47 a:visited {
        color: #900060;
        }
      
        .font48 {
        font-size: 15.9px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font48 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font48 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font48 a:visited {
        color: #900060;
        }
      
        .font49 {
        font-size: 10.5px;
        font-family: "FontanaNDAaOsF";
        color: #4F574F ;
        opacity: 1 ;
        }
        .font49 a {
        text-decoration: none;
        color: #4F574F;
        }
        .font49 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font49 a:visited {
        color: #900060;
        }
      
        .font50 {
        font-size: 10.5px;
        font-family: "FontanaNDCcOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font50 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font50 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font50 a:visited {
        color: #900060;
        }
      
        .font51 {
        font-size: 52.5px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font51 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font51 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font51 a:visited {
        color: #900060;
        }
      
        .font52 {
        font-size: 10.5px;
        font-family: "FontanaNDCcOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font52 a {
        text-decoration: none;
        color: #000000;
        }
        .font52 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font52 a:visited {
        color: #900060;
        }
      
        .font53 {
        font-size: 10.5px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font53 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font53 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font53 a:visited {
        color: #900060;
        }
      
        .font54 {
        font-size: 10.5px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font54 a {
        text-decoration: none;
        color: #000000;
        }
        .font54 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font54 a:visited {
        color: #900060;
        }
      
        .font55 {
        font-size: 8.1px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font55 a {
        text-decoration: none;
        color: #000000;
        }
        .font55 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font55 a:visited {
        color: #900060;
        }
      
        .font56 {
        font-size: 16px;
        font-family: "FontanaNDCcOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font56 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font56 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font56 a:visited {
        color: #900060;
        }
      
        .font57 {
        font-size: 16px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font57 a {
        text-decoration: none;
        color: #000000;
        }
        .font57 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font57 a:visited {
        color: #900060;
        }
      
        .font58 {
        font-size: 20px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font58 a {
        text-decoration: none;
        color: #000000;
        }
        .font58 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font58 a:visited {
        color: #900060;
        }
      
        .font59 {
        font-size: 6px;
        font-family: "FontanaNDAaOsF";
        color: #ED7102 ;
        opacity: 1 ;
        }
        .font59 a {
        text-decoration: none;
        color: #ED7102;
        }
        .font59 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font59 a:visited {
        color: #900060;
        }
      
        .font60 {
        font-size: 29px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font60 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font60 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font60 a:visited {
        color: #900060;
        }
      
        .font61 {
        font-size: 10px;
        font-family: "FontanaNDCcOsF";
        color: #696058 ;
        opacity: 1 ;
        }
        .font61 a {
        text-decoration: none;
        color: #696058;
        }
        .font61 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font61 a:visited {
        color: #900060;
        }
      
        .font62 {
        font-size: 24px;
        font-family: "FontanaNDAaOsF";
        color: #FFFFFF ;
        opacity: 1 ;
        }
        .font62 a {
        text-decoration: none;
        color: #FFFFFF;
        }
        .font62 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font62 a:visited {
        color: #900060;
        }
      
        .font63 {
        font-size: 11px;
        font-family: "Frutiger";
        color: #000000 ;
        opacity: 1 ;
        }
        .font63 a {
        text-decoration: none;
        color: #000000;
        }
        .font63 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font63 a:visited {
        color: #900060;
        }
      
        .font64 {
        font-size: 9px;
        font-family: "FontanaNDCcOsF";
        color: #696058 ;
        opacity: 1 ;
        }
        .font64 a {
        text-decoration: none;
        color: #696058;
        }
        .font64 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font64 a:visited {
        color: #900060;
        }
      
        .font65 {
        font-size: 8px;
        font-family: "FontanaNDAaOsF";
        color: #696058 ;
        opacity: 1 ;
        }
        .font65 a {
        text-decoration: none;
        color: #696058;
        }
        .font65 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font65 a:visited {
        color: #900060;
        }
      
        .font66 {
        font-size: 11px;
        font-family: "FontanaNDCcOsF";
        color: #FFFFFF ;
        opacity: 1 ;
        }
        .font66 a {
        text-decoration: none;
        color: #FFFFFF;
        }
        .font66 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font66 a:visited {
        color: #900060;
        }
      
        .font67 {
        font-size: 58.3px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font67 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font67 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font67 a:visited {
        color: #900060;
        }
      
        .font68 {
        font-size: 21.0px;
        font-family: "FontanaNDAaOsF";
        color: #F7AC5F ;
        opacity: 1 ;
        }
        .font68 a {
        text-decoration: none;
        color: #F7AC5F;
        }
        .font68 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font68 a:visited {
        color: #900060;
        }
      
        .font69 {
        font-size: 21.0px;
        font-family: "FontanaNDCcOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font69 a {
        text-decoration: none;
        color: #000000;
        }
        .font69 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font69 a:visited {
        color: #900060;
        }
      
        .font70 {
        font-size: 35.0px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font70 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font70 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font70 a:visited {
        color: #900060;
        }
      
        .font71 {
        font-size: 35.0px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font71 a {
        text-decoration: none;
        color: #000000;
        }
        .font71 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font71 a:visited {
        color: #900060;
        }
      
        .font72 {
        font-size: 23.3px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font72 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font72 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font72 a:visited {
        color: #900060;
        }
      
        .font73 {
        font-size: 21.0px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font73 a {
        text-decoration: none;
        color: #000000;
        }
        .font73 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font73 a:visited {
        color: #900060;
        }
      
        .font74 {
        font-size: 10.5px;
        font-family: "FontanaNDAaOsF";
        color: #F7AC5F ;
        opacity: 1 ;
        }
        .font74 a {
        text-decoration: none;
        color: #F7AC5F;
        }
        .font74 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font74 a:visited {
        color: #900060;
        }
      
        .font75 {
        font-size: 17.5px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font75 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font75 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font75 a:visited {
        color: #900060;
        }
      
        .font76 {
        font-size: 17.5px;
        font-family: "FontanaNDAaOsF";
        color: #F7AC5F ;
        opacity: 1 ;
        }
        .font76 a {
        text-decoration: none;
        color: #F7AC5F;
        }
        .font76 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font76 a:visited {
        color: #900060;
        }
      
        .font77 {
        font-size: 17.5px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font77 a {
        text-decoration: none;
        color: #000000;
        }
        .font77 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font77 a:visited {
        color: #900060;
        }
      
        .font78 {
        font-size: 11px;
        font-family: "FontanaNDAaOsF";
        color: #FFFFFF ;
        opacity: 1 ;
        }
        .font78 a {
        text-decoration: none;
        color: #FFFFFF;
        }
        .font78 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font78 a:visited {
        color: #900060;
        }
      
        .font79 {
        font-size: 10px;
        font-family: "FontanaNDAaOsF";
        color: #FFFFFF ;
        opacity: 1 ;
        }
        .font79 a {
        text-decoration: none;
        color: #FFFFFF;
        }
        .font79 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font79 a:visited {
        color: #900060;
        }
      
        .font80 {
        font-size: 18px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font80 a {
        text-decoration: none;
        color: #000000;
        }
        .font80 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font80 a:visited {
        color: #900060;
        }
      
        .font81 {
        font-size: 18px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font81 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font81 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font81 a:visited {
        color: #900060;
        }
      
        .font82 {
        font-size: 10px;
        font-family: "FontanaNDCcOsF";
        color: #FFFFFF ;
        opacity: 1 ;
        }
        .font82 a {
        text-decoration: none;
        color: #FFFFFF;
        }
        .font82 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font82 a:visited {
        color: #900060;
        }
      
        .font83 {
        font-size: 26px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font83 a {
        text-decoration: none;
        color: #000000;
        }
        .font83 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font83 a:visited {
        color: #900060;
        }
      
        .font84 {
        font-size: 60px;
        font-family: "FontanaNDAaOsF";
        color: #EC7410 ;
        opacity: 1 ;
        }
        .font84 a {
        text-decoration: none;
        color: #EC7410;
        }
        .font84 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font84 a:visited {
        color: #900060;
        }
      
        .font85 {
        font-size: 30px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font85 a {
        text-decoration: none;
        color: #000000;
        }
        .font85 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font85 a:visited {
        color: #900060;
        }
      
        .font86 {
        font-size: 18px;
        font-family: "FontanaNDCcOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font86 a {
        text-decoration: none;
        color: #000000;
        }
        .font86 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font86 a:visited {
        color: #900060;
        }
      
        .font87 {
        font-size: 24px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font87 a {
        text-decoration: none;
        color: #000000;
        }
        .font87 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font87 a:visited {
        color: #900060;
        }
      
        .font88 {
        font-size: 7.7px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font88 a {
        text-decoration: none;
        color: #000000;
        }
        .font88 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font88 a:visited {
        color: #900060;
        }
      
        .font89 {
        font-size: 7.7px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font89 a {
        text-decoration: none;
        color: #000000;
        }
        .font89 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font89 a:visited {
        color: #900060;
        }
      
        .font90 {
        font-size: 12.9px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font90 a {
        text-decoration: none;
        color: #000000;
        }
        .font90 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font90 a:visited {
        color: #900060;
        }
      
        .font91 {
        font-size: 11.0px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font91 a {
        text-decoration: none;
        color: #000000;
        }
        .font91 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font91 a:visited {
        color: #900060;
        }
      
        .font92 {
        font-size: 9.2px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font92 a {
        text-decoration: none;
        color: #000000;
        }
        .font92 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font92 a:visited {
        color: #900060;
        }
      
        .font93 {
        font-size: 8.2px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font93 a {
        text-decoration: none;
        color: #000000;
        }
        .font93 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font93 a:visited {
        color: #900060;
        }
      
        .font94 {
        font-size: 12.8px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font94 a {
        text-decoration: none;
        color: #000000;
        }
        .font94 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font94 a:visited {
        color: #900060;
        }
      
        .font95 {
        font-size: 10.9px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font95 a {
        text-decoration: none;
        color: #000000;
        }
        .font95 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font95 a:visited {
        color: #900060;
        }
      
        .font96 {
        font-size: 9.0px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font96 a {
        text-decoration: none;
        color: #000000;
        }
        .font96 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font96 a:visited {
        color: #900060;
        }
      
        .font97 {
        font-size: 6.7px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font97 a {
        text-decoration: none;
        color: #000000;
        }
        .font97 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font97 a:visited {
        color: #900060;
        }
      
        .font98 {
        font-size: 6.7px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font98 a {
        text-decoration: none;
        color: #000000;
        }
        .font98 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font98 a:visited {
        color: #900060;
        }
      
        .font99 {
        font-size: 6.9px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font99 a {
        text-decoration: none;
        color: #000000;
        }
        .font99 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font99 a:visited {
        color: #900060;
        }
      
        .font100 {
        font-size: 6.9px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font100 a {
        text-decoration: none;
        color: #000000;
        }
        .font100 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font100 a:visited {
        color: #900060;
        }
      
        .font101 {
        font-size: 8.1px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font101 a {
        text-decoration: none;
        color: #000000;
        }
        .font101 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font101 a:visited {
        color: #900060;
        }
      
        .font102 {
        font-size: 7.9px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font102 a {
        text-decoration: none;
        color: #000000;
        }
        .font102 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font102 a:visited {
        color: #900060;
        }
      
        .font103 {
        font-size: 7.9px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font103 a {
        text-decoration: none;
        color: #000000;
        }
        .font103 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font103 a:visited {
        color: #900060;
        }
      
        .font104 {
        font-size: 7.2px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font104 a {
        text-decoration: none;
        color: #000000;
        }
        .font104 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font104 a:visited {
        color: #900060;
        }
      
        .font105 {
        font-size: 7.2px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font105 a {
        text-decoration: none;
        color: #000000;
        }
        .font105 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font105 a:visited {
        color: #900060;
        }
      
        .font106 {
        font-size: 6.2px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font106 a {
        text-decoration: none;
        color: #000000;
        }
        .font106 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font106 a:visited {
        color: #900060;
        }
      
        .font107 {
        font-size: 6.2px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font107 a {
        text-decoration: none;
        color: #000000;
        }
        .font107 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font107 a:visited {
        color: #900060;
        }
      
        .font108 {
        font-size: 6.2px;
        font-family: "Calibri";
        color: #000000 ;
        opacity: 1 ;
        }
        .font108 a {
        text-decoration: none;
        color: #000000;
        }
        .font108 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font108 a:visited {
        color: #900060;
        }
      
        .font109 {
        font-size: 7.0px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font109 a {
        text-decoration: none;
        color: #000000;
        }
        .font109 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font109 a:visited {
        color: #900060;
        }
      
        .font110 {
        font-size: 7.0px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font110 a {
        text-decoration: none;
        color: #000000;
        }
        .font110 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font110 a:visited {
        color: #900060;
        }
      
        .font111 {
        font-size: 7.1px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font111 a {
        text-decoration: none;
        color: #000000;
        }
        .font111 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font111 a:visited {
        color: #900060;
        }
      
        .font112 {
        font-size: 7.1px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font112 a {
        text-decoration: none;
        color: #000000;
        }
        .font112 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font112 a:visited {
        color: #900060;
        }
      
        .font113 {
        font-size: 6.5px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font113 a {
        text-decoration: none;
        color: #000000;
        }
        .font113 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font113 a:visited {
        color: #900060;
        }
      
        .font114 {
        font-size: 6.5px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font114 a {
        text-decoration: none;
        color: #000000;
        }
        .font114 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font114 a:visited {
        color: #900060;
        }
      
        .font115 {
        font-size: 9.1px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font115 a {
        text-decoration: none;
        color: #000000;
        }
        .font115 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font115 a:visited {
        color: #900060;
        }
      
        .font116 {
        font-size: 6.3px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font116 a {
        text-decoration: none;
        color: #000000;
        }
        .font116 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font116 a:visited {
        color: #900060;
        }
      
        .font117 {
        font-size: 6.3px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font117 a {
        text-decoration: none;
        color: #000000;
        }
        .font117 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font117 a:visited {
        color: #900060;
        }
      
        .font118 {
        font-size: 5.5px;
        font-family: "Arial";
        color: #000000 ;
        opacity: 1 ;
        }
        .font118 a {
        text-decoration: none;
        color: #000000;
        }
        .font118 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font118 a:visited {
        color: #900060;
        }
      
        .font119 {
        font-size: 5.5px;
        font-family: "Helvetica";
        color: #000000 ;
        opacity: 1 ;
        }
        .font119 a {
        text-decoration: none;
        color: #000000;
        }
        .font119 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font119 a:visited {
        color: #900060;
        }
      
        .font120 {
        font-size: 5.2px;
        font-family: "Arial";
        color: #000000 ;
        opacity: 1 ;
        }
        .font120 a {
        text-decoration: none;
        color: #000000;
        }
        .font120 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font120 a:visited {
        color: #900060;
        }
      
        .font121 {
        font-size: 5.2px;
        font-family: "Helvetica";
        color: #000000 ;
        opacity: 1 ;
        }
        .font121 a {
        text-decoration: none;
        color: #000000;
        }
        .font121 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font121 a:visited {
        color: #900060;
        }
      
        .font122 {
        font-size: 12.7px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font122 a {
        text-decoration: none;
        color: #000000;
        }
        .font122 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font122 a:visited {
        color: #900060;
        }
      
        .font123 {
        font-size: 6.8px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font123 a {
        text-decoration: none;
        color: #000000;
        }
        .font123 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font123 a:visited {
        color: #900060;
        }
      
        .font124 {
        font-size: 6.8px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font124 a {
        text-decoration: none;
        color: #000000;
        }
        .font124 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font124 a:visited {
        color: #900060;
        }
      
        .font125 {
        font-size: 7.8px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font125 a {
        text-decoration: none;
        color: #000000;
        }
        .font125 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font125 a:visited {
        color: #900060;
        }
      
        .font126 {
        font-size: 7.8px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font126 a {
        text-decoration: none;
        color: #000000;
        }
        .font126 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font126 a:visited {
        color: #900060;
        }
      
        .font127 {
        font-size: 5.6px;
        font-family: "Helvetica";
        color: #000000 ;
        opacity: 1 ;
        }
        .font127 a {
        text-decoration: none;
        color: #000000;
        }
        .font127 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font127 a:visited {
        color: #900060;
        }
      
        .font128 {
        font-size: 9.5px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font128 a {
        text-decoration: none;
        color: #000000;
        }
        .font128 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font128 a:visited {
        color: #900060;
        }
      
        .font129 {
        font-size: 6.4px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font129 a {
        text-decoration: none;
        color: #000000;
        }
        .font129 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font129 a:visited {
        color: #900060;
        }
      
        .font130 {
        font-size: 13.6px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font130 a {
        text-decoration: none;
        color: #000000;
        }
        .font130 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font130 a:visited {
        color: #900060;
        }
      
        .font131 {
        font-size: 11.7px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font131 a {
        text-decoration: none;
        color: #000000;
        }
        .font131 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font131 a:visited {
        color: #900060;
        }
      
        .font132 {
        font-size: 10.3px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font132 a {
        text-decoration: none;
        color: #000000;
        }
        .font132 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font132 a:visited {
        color: #900060;
        }
      
        .font133 {
        font-size: 9.7px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font133 a {
        text-decoration: none;
        color: #000000;
        }
        .font133 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font133 a:visited {
        color: #900060;
        }
      
        .font134 {
        font-size: 8.7px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font134 a {
        text-decoration: none;
        color: #000000;
        }
        .font134 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font134 a:visited {
        color: #900060;
        }
      
        .font135 {
        font-size: 8.2px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font135 a {
        text-decoration: none;
        color: #000000;
        }
        .font135 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font135 a:visited {
        color: #900060;
        }
      
        .font136 {
        font-size: 9px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font136 a {
        text-decoration: none;
        color: #000000;
        }
        .font136 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font136 a:visited {
        color: #900060;
        }
      
        .font137 {
        font-size: 14.0px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font137 a {
        text-decoration: none;
        color: #000000;
        }
        .font137 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font137 a:visited {
        color: #900060;
        }
      
        .font138 {
        font-size: 12px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font138 a {
        text-decoration: none;
        color: #000000;
        }
        .font138 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font138 a:visited {
        color: #900060;
        }
      
        .font139 {
        font-size: 8.0px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font139 a {
        text-decoration: none;
        color: #000000;
        }
        .font139 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font139 a:visited {
        color: #900060;
        }
      
        .font140 {
        font-size: 8.0px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font140 a {
        text-decoration: none;
        color: #000000;
        }
        .font140 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font140 a:visited {
        color: #900060;
        }
      
        .font141 {
        font-size: 10.0px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font141 a {
        text-decoration: none;
        color: #000000;
        }
        .font141 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font141 a:visited {
        color: #900060;
        }
      
        .font142 {
        font-size: 6.6px;
        font-family: "Trebuchet#20MS,Bold";
        color: #000000 ;
        opacity: 1 ;
        }
        .font142 a {
        text-decoration: none;
        color: #000000;
        }
        .font142 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font142 a:visited {
        color: #900060;
        }
      
        .font143 {
        font-size: 6.6px;
        font-family: "Trebuchet#20MS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font143 a {
        text-decoration: none;
        color: #000000;
        }
        .font143 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font143 a:visited {
        color: #900060;
        }
      
        .font144 {
        font-size: 25.8px;
        font-family: "Trebuchet#20MS,Bold";
        color: #C0C0C0 ;
        opacity: 1 ;
        }
        .font144 a {
        text-decoration: none;
        color: #C0C0C0;
        }
        .font144 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font144 a:visited {
        color: #900060;
        }
      
        .font145 {
        font-size: 15.3px;
        font-family: "Trebuchet#20MS,Bold";
        color: #C0C0C0 ;
        opacity: 1 ;
        }
        .font145 a {
        text-decoration: none;
        color: #C0C0C0;
        }
        .font145 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font145 a:visited {
        color: #900060;
        }
      
        .font146 {
        font-size: 6.8px;
        font-family: "Univers";
        color: #000000 ;
        opacity: 1 ;
        }
        .font146 a {
        text-decoration: none;
        color: #000000;
        }
        .font146 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font146 a:visited {
        color: #900060;
        }
      
        .font147 {
        font-size: 5.0px;
        font-family: "Univers";
        color: #000000 ;
        opacity: 1 ;
        }
        .font147 a {
        text-decoration: none;
        color: #000000;
        }
        .font147 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font147 a:visited {
        color: #900060;
        }
      
        .font148 {
        font-size: 10.0px;
        font-family: "TimesNewRomanPSMT";
        color: #000000 ;
        opacity: 1 ;
        }
        .font148 a {
        text-decoration: none;
        color: #000000;
        }
        .font148 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font148 a:visited {
        color: #900060;
        }
      
        .font149 {
        font-size: 10.0px;
        font-family: "TimesNewRomanPS";
        color: #000000 ;
        opacity: 1 ;
        }
        .font149 a {
        text-decoration: none;
        color: #000000;
        }
        .font149 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font149 a:visited {
        color: #900060;
        }
      
        .font150 {
        font-size: 8px;
        font-family: "FontanaNDAaOsF";
        color: #FFFFFF ;
        opacity: 1 ;
        }
        .font150 a {
        text-decoration: none;
        color: #FFFFFF;
        }
        .font150 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font150 a:visited {
        color: #900060;
        }
      
        .font151 {
        font-size: 4.7px;
        font-family: "FontanaNDAaOsF";
        color: #000000 ;
        opacity: 1 ;
        }
        .font151 a {
        text-decoration: none;
        color: #000000;
        }
        .font151 a:hover {
        text-decoration: none;
        background-color: rgba(63,199,255,0.5);
        }
        .font151 a:visited {
        color: #900060;
        }
      