﻿@font-face {
    font-family: 'Open-Sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open-Sans-Light';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
td,
li,
p,
textarea,
input[type=text],
input.text,
input.drop-text,
select,
option,
button {
    font-family: "Open-Sans", "Segoe UI Regular", Helvetica, Arial, sans-serif;
    color: #4e5758;
}

body,
textarea,
input[type=text],
input.text,
input.drop-text,
select,
option,
button {
    font-size: 11px;
}

h1,
h2,
h3,
h4 {
    font-family: "Open-Sans", "Segoe UI Regular", Helvetica, Arial, sans-serif;
    margin-top: 0;
}

h1 {
    font-size: 14px;
}

    h1.error {
        color: #343e41;
    }

h2.error {
    color: #e9310d;
}

a,
a:hover,
a:visited {
    color: #2196f3;
    text-decoration: none;
}

    a:hover {
        color: #29b6f6;
    }
