@charset "utf-8";

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

body {}

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

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

h1
{
    font:normal normal bold 25px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#AE5B00;
    
}

h2
{
    font:normal normal normal 18px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#0069E3;
    text-align:center;
}

h3
{
    font:normal normal bold 15px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#666666;
    text-align:center;
}

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

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

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