@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Ubuntu%3A400);

body {}

body, p, table, td
{
    font:normal 13px/150% "Times New Roman", Times, serif;
    color:#000000;
}

input, textarea
{
    font:normal 13px/150% "Times New Roman", Times, serif;
}

h1
{
    font:normal normal bold 30px/140% Ubuntu, sans-serif;
    color:#1087FF;
    text-align:center;
}

h2
{
    font:normal normal bold 20px/140% Ubuntu, sans-serif;
    color:#000DEA;
    
}

h3
{
    font:normal normal bold 20px/140% Ubuntu, sans-serif;
    color:#310FFF;
    
}

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

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

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