@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal normal 25px/140% Helvetica, Arial, sans-serif;
    color:#B70000;
    
}

h2
{
    font:normal normal normal 18px/140% Helvetica, Arial, sans-serif;
    color:#0066F7;
    
}

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

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

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

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