@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 17px/160% "Trebuchet MS", Verdana, sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 17px/160% "Trebuchet MS", Verdana, sans-serif;
}

h1
{
    font:normal normal bold 35px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#004612;
    
}

h2
{
    font:normal normal bold 18px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#006712;
    
}

h3
{
    font:normal normal bold 25px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#083F00;
    
}

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

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

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