@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal bold 25px/140% "Times New Roman", Times, serif;
    color:#1700EF;
    text-align:center;
}

h2
{
    font:normal normal bold 18px/140% "Times New Roman", Times, serif;
    color:#00A9EB;
    text-align:center;
}

h3
{
    font:italic normal bold 17px/140% "Times New Roman", Times, serif;
    color:#00C7BD;
    text-align:center;
}

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

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

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