/* Main CSS */

@charset "UTF-8";

body {
    background-repeat: no-repeat;
    background-color: transparent;
    font: 14px "Trebuchet MS", Arial, sans-serif;
    color: #445179;
}

html {
    height: 100%;
    font-size: 100%;
    text-decoration: none;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    /* color: #043454; */
    color: #EE8D51;
}

a:active, a:focus, input[type="image"] {
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    border: none;
}

.logo {
    border: 0;
    padding-top: 0px;
}

.logo img {
    width: 120px;
    height: 40px;
}

footer {
    background-color: #F5F5F5;
    width: 100%;
    bottom: 0;
    position: relative;
    font-size: 10px;
    /* color: #445179; */
}
