@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 14px/130% Helvetica, Arial, sans-serif;
    color:#D26400;
}

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

h1
{
    font:normal normal normal 20px/140% Ubuntu, sans-serif;
    color:#CB5F00;
    
}

h2
{
    font:normal normal normal 16px/140% Ubuntu, sans-serif;
    color:#C06500;
    
}

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

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

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

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