@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal bold 40px/140% Georgia, "Times New Roman", Times, serif;
    color:#0070C1;
    
}

h2
{
    font:normal normal bold 30px/140% Georgia, "Times New Roman", Times, serif;
    color:#2E5DFF;
    
}

h3
{
    font:normal normal bold 16px/140% Georgia, "Times New Roman", Times, serif;
    color:#0750FF;
    
}

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

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

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