@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal bold 40px/140% Raleway, cursive;
    color:#666666;
    
}

h2
{
    font:normal normal bold 30px/140% Raleway, cursive;
    color:#BF4A01;
    
}

h3
{
    font:normal normal bold 16px/140% Helvetica, Arial, sans-serif;
    color:#666666;
    
}

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

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

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