html,
body,
#wrapper {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    margin-top: 0px;
}

#wrapper {
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
}

html {
    overflow-y: scroll;
}

html {
    overflow: -moz-scrollbars-vertical;
}

body {
    scrollbar-face-color: #edede6;
    scrollbar-shadow-color: #edede6;
    scrollbar-highlight-color: #edede6;
    scrollbar-3dlight-color: #edede6;
    scrollbar-darkshadow-color: #edede6;
    scrollbar-track-color: #edede6;
    scrollbar-arrow-color: #000000;
}

a.actionbody:link {
    color: #000000;
    text-decoration: none;
}

a.actionbody:visited {
    color: #999999;
    text-decoration: none;
}

a.actionbody:hover {
    color: #000000;
    text-decoration: none;
}

a.actionbody:active {
    color: #000000;
    text-decoration: none;
}

a.actionlink:link {
    color: #000000;
    text-decoration: underline;
}

a.actionlink:visited {
    color: #999999;
    text-decoration: underline;
}

a.actionlink:hover {
    color: #000000;
    text-decoration: underline;
}

a.actionlink:active {
    color: #000000;
    text-decoration: underline;
}


a.actionbodygry:link {
    color: #999999;
    text-decoration: none;
}

a.actionbodygry:visited {
    color: #999999;
    text-decoration: none;
}

a.actionbodygry:hover {
    color: #000000;
    text-decoration: none;
}

a.actionbodygry:active {
    color: #000000;
    text-decoration: none;
}


.style12 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
}

.style13 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
}

.bodytext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    line-height: 15px;
}

.bodytext9 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000;
    text-decoration: none;
    line-height: 15px;
}

.bodytextlh20 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    line-height: 20px;
}




/* Navbar container */

.navbar {
    overflow: hidden;
    text-align: right;
}



/* Links inside the navbar */

.navbar a {
    float: left;
    font-size: 16px;
    color: #b1b1b1;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 10px 16px 5px 16px;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}



/* The dropdown container */

.dropdown {
    float: left;
    overflow: hidden;
}



/* Dropdown button */

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;

    background-color: inherit;
    font-family: inherit;
    /* Important for vertical align on mobile phones */
    margin: 0;
    /* Important for vertical align on mobile phones */
}



/* Add a red background color to navbar links on hover */

.navbar a:hover,
.dropdown:hover .dropbtn {

    color: #1f1f1f;
}

.dropdown-content .active {
    color: #1f1f1f;
}


/* Dropdown content (hidden by default) */

.dropdown-content {
    visibility: hidden;
    opacity: 0;
    transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -webkit-transition: opacity 500ms ease-in-out;
    position: absolute;
    padding-left: 6px;
    min-width: 160px;
    z-index: 1;
}



/* Links inside the dropdown */

.dropdown-content a {
    float: none;
    color: #b1b1b1;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}



/* Add a grey background color to dropdown links on hover */

.dropdown-content a:hover {}



/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -webkit-transition: opacity 500ms ease-in-out;
}

@-webkit-keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes cf4FadeInOut {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    92% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#cf4a {
    position: relative;

    margin: 0 auto;
}

#cf4a img {
    position: absolute;
    left: 0;
}

#cf4a img {
    -webkit-animation-name: cf4FadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;

    -moz-animation-name: cf4FadeInOut;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 16s;

    -o-animation-name: cf4FadeInOut;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-duration: 16s;

    animation-name: cf4FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 16s;
}

#cf4a img:nth-of-type(1) {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

#cf4a img:nth-of-type(2) {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    animation-delay: 8s;
}

#cf4a img:nth-of-type(3) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;
}

#cf4a img:nth-of-type(4) {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}




@media only screen and (max-width: 63.75em) {



    .dropdown-content a {

        padding: 15px 16px;
    }
}