@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal bold 50px/140% Ubuntu, sans-serif;
    color:#000000;
    
}

h2
{
    font:normal normal bold 35px/140% Ubuntu, sans-serif;
    color:#005caa;
    
}

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

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

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

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