@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 12px/150% Verdana, Arial, Helvetica, sans-serif;
    color:#4F3400;
}

input, textarea
{
    font:normal 12px/150% Verdana, Arial, Helvetica, sans-serif;
}

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

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

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

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

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

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