@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
}

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

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

h2
{
    font:normal normal bold 15px/140% "Droid Sans", sans-serif;
    color:#000000;
    
}

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

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

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

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