@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 10px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
}

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

h1
{
    font:normal normal normal 30px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#139C00;
    
}

h2
{
    font:normal normal bold 20px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#333333;
    
}

h3
{
    font:normal normal bold 14px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#333333;
    
}

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

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

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