@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal bold 20px/140% "Times New Roman", Times, serif;
    color:#6C6500;
    
}

h2
{
    font:normal normal normal 16px/140% "Times New Roman", Times, serif;
    color:#8A6B00;
    
}

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

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

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

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