@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 16px/140% "Times New Roman", Times, serif;
    color:#5a6c80;
}

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

h1
{
    font:normal normal normal 60px/140% "Times New Roman", Times, serif;
    color:#38424d;
    text-align:center;
}

h2
{
    font:normal normal normal 30px/140% "Times New Roman", Times, serif;
    color:#37414c;
    text-align:center;
}

h3
{
    font:normal normal normal 18px/140% "Times New Roman", Times, serif;
    color:#5a6c80;
    text-align:center;
}

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

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

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