@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=PT+Sans%3A400);
@import url(https://fonts.jimstatic.com/css?family=Open+Sans%3A400%7CJura%3A400&subset=latin%2Ccyrillic);

body {}

body, p, table, td
{
    font:normal 13px/130% "Open Sans", sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 13px/130% "Open Sans", sans-serif;
}

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

h2
{
    font:normal normal normal 14px/140% "PT Sans", sans-serif;
    color:#333333;
    
}

h3
{
    font:normal normal normal 15px/140% "PT Sans", sans-serif;
    color:#333333;
    text-align:center;
}

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

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

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