@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Oswald%3A400%7CRaleway%3A100);
@import url(https://fonts.jimstatic.com/css?family=Roboto+Condensed%3A400&subset=latin%2Ccyrillic);

body {}

body, p, table, td
{
    font:normal 19px/130% "Roboto Condensed", sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 19px/130% "Roboto Condensed", sans-serif;
}

h1
{
    font:normal normal bold 35px/140% Oswald, sans-serif;
    color:#333333;
    
}

h2
{
    font:normal normal normal 25px/140% Oswald, sans-serif;
    color:#333333;
    
}

h3
{
    font:normal normal normal 20px/140% Oswald, sans-serif;
    color:#1D3C68;
    
}

a:link,
a:visited
{
    text-decoration: underline; /* fix */
    color:#1D3C68;
}

a:active,
a:hover
{
    text-decoration:none; /* fix */
    color: #1D3C68;
}

div.hr
{
    border-bottom-style:solid;
    border-bottom-width:1px; /* fix */
    border-color: #f2f2f2;
    height: 1px;
}
