@charset "utf-8";

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

body {}

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

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

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

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

h3
{
    font:normal normal normal 18px/140% Helvetica, Arial, sans-serif;
    color:#bd7d00;
    
}

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

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

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