@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 15px/160% "Open Sans", sans-serif;
    color:#666666;
}

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

h1
{
    font:normal normal normal 25px/140% Raleway, cursive;
    color:#293F4C;
    
}

h2
{
    font:normal normal normal 20px/140% Raleway, cursive;
    color:#293F4C;
    
}

h3
{
    font:normal normal normal 17px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#293F4C;
    
}

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

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

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