@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 13px/150% Helvetica, Arial, sans-serif;
    color:#666666;
}

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

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

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

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

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

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

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