@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal normal 30px/140% "Times New Roman", Times, serif;
    color:#EEEEEE;
    
}

h2
{
    font:normal normal normal 18px/140% "Times New Roman", Times, serif;
    color:#EEEEEE;
    
}

h3
{
    font:normal normal bold 14px/140% "Times New Roman", Times, serif;
    color:#c8fa00;
    
}

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

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

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