@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 17px/100% Georgia, "Times New Roman", Times, serif;
    color:#253400;
}

input, textarea
{
    font:normal 17px/100% Georgia, "Times New Roman", Times, serif;
}

h1
{
    font:normal normal bold 40px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#3A5C00;
    
}

h2
{
    font:normal normal bold 25px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#416100;
    
}

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

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

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

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