@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 11px/180% Verdana, Arial, Helvetica, sans-serif;
    color:#666666;
}

input, textarea
{
    font:normal 11px/180% Verdana, Arial, Helvetica, sans-serif;
}

h1
{
    font:normal normal bold 19px/140% Jura, sans-serif;
    color:#0077E4;
    text-align:center;
}

h2
{
    font:normal normal bold 16px/140% Jura, sans-serif;
    color:#001D74;
    text-align:center;
}

h3
{
    font:normal normal bold 14px/140% Jura, sans-serif;
    color:#333333;
    text-align:center;
}

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

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

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