@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 13px/160% Georgia, "Times New Roman", Times, serif;
    color:#FFB607;
}

input, textarea
{
    font:normal 13px/160% Georgia, "Times New Roman", Times, serif;
}

h1
{
    font:normal normal bold 20px/140% "Times New Roman", Times, serif;
    color:#FF4E3F;
    
}

h2
{
    font:italic normal normal 18px/140% "Times New Roman", Times, serif;
    color:#C44E00;
    
}

h3
{
    font:normal normal bold 18px/140% "Times New Roman", Times, serif;
    color:#11008B;
    
}

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

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

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