@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 14px/140% Georgia, "Times New Roman", Times, serif;
    color:#333333;
}

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

h1
{
    font:italic normal bold 18px/140% Helvetica, Arial, sans-serif;
    color:#AE0010;
    text-align:center;
}

h2
{
    font:italic normal bold 20px/140% Georgia, "Times New Roman", Times, serif;
    color:#7F0005;
    text-align:center;
}

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

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

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

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