.style1 {
    font-family: Garamond, "Goudy Stout";
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.style4 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.style5 {
    font-family: Garamond, "Goudy Stout";
    font-size: 12px;
    font-weight: bold;
    color: #990000;
}

.style6 {
    font-family: Garamond, "Goudy Stout";
    font-size: 18px;
    font-weight: bold;
    color: #990000;
}

.style7 {
    font-family: Garamond, "Goudy Stout";
    font-size: 16px;
    font-weight: bold;
    color: #990000;
}

.style8 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.style10 {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #365081;
}

.style12 {
    font-family: Garamond, "Goudy Stout";
    font-size: 12px;
    font-weight: bold;
    color: #FF3333;
}

.style13 {
    font-family: Garamond, "Goudy Stout";
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

.style18 {
    font-size: 11px;
    color: #3D6895;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.style20 {
    font-family: Garamond, "Goudy Stout";
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.style21 {
    font-family: Garamond, "Goudy Stout";
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.style23 {
    font-family: Garamond, "Goudy Stout";
    font-size: 11px;
    font-weight: bold;
    color: #FF3333;
}

.style25 {
    font-family: Garamond, "Goudy Stout";
    font-size: 16px;
    font-weight: bold;
    color: #FF3333;
}

.style26 {
    color: #FFFFFF
}

.bg1 {
    background-repeat: no-repeat;
    height: 144px;
    width: 81px;
}

.bg2 {
    background-repeat: no-repeat;
    height: 149px;
    width: 80px;
}



/*Example CSS for the two demo scrollers*/

#pscroller1 {
    width: 200px;
    height: 100px;
    border: 1px solid black;
    padding: 5px;
    background-color: lightyellow;
}

#pscroller2 {
    width: 350px;
    height: 20px;
    border: 1px solid black;
    padding: 3px;
}

#pscroller2 a {
    text-decoration: none;
}

.someclass {
    /* //class to apply to your scroller(s) if desired */
}

/* css for marquee animation using css for top to bottom*/
.areas {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;

}

.marquee {
    position: relative;
    box-sizing: border-box;
    animation: marquee 25s linear infinite;
    color: #0093dd;

}

.marquee:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-moz-keyframes marquee {
    0% {
        top: 100%;
    }

    100% {
        top: 0;
        -moz-transform: translateY(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        top: 100%;
    }

    100% {
        top: 0;
        -webkit-transform: translateY(-100%);
    }
}

@keyframes marquee {
    0% {
        top: 100%;
    }

    100% {
        top: 0;
        transform: translateY(-100%);
    }
}

/* Make it look pretty */

.microsoft .marquee {
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before,
.microsoft::before,
.microsoft:after,
.microsoft::after {
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    background-image: linear-gradient(180deg, #FFF, rgba(255, 255, 255, 0));
}

.microsoft:after,
.microsoft::after {
    transform: rotate(180deg);
}

.microsoft:before,
.microsoft::before {}

/*-------css for marquee animation using css for left to right */
.microsoft-left:before,
.microsoft-left::before,
.microsoft-left:after,
.microsoft-left::after {
    float: left;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    background-image: linear-gradient(180deg, #FFF, rgba(255, 255, 255, 0));
}

.microsoft-left:after,
.microsoft-left::after {
    transform: rotate(180deg);
}

.microsoft-left:before,
.microsoft-left::before {}


.marquee-left-right {
    height: 30px;
    overflow: hidden;
    position: relative;
    background: #fefefe;
    /* color: #333; */
    /* /* border: 1px solid #4a4a4a; */
}

.marquee-left-right div {
    top: 0;
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    height: 100%;
    float: left;
    /* width: 100%; */
    margin: 0;
    line-height: 30px;
    text-align: center;
    animation: scroll-left 70s linear infinite;
}

.marquee-left-right div:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(900px);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(900px);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(900px);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
table#Table_01 > tbody > tr > td.bg1{
}

table#Table_01 > tbody > tr > td.bg2{
}