@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal bold 18px/140% "Roboto Condensed", sans-serif;
    color:#D51250;
    
}

h2
{
    font:normal normal bold 17px/140% "Roboto Condensed", sans-serif;
    color:#666666;
    
}

h3
{
    font:normal normal bold 16px/140% "Roboto Condensed", sans-serif;
    color:#666666;
    
}

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

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

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