@charset "utf-8";



body {}

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

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

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

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

h3
{
    font:normal normal normal 16px/140% "Trebuchet MS", Verdana, sans-serif;
    color:#8d876d;
    
}

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

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

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

.altcolor,
.altcolor p { color:#8d876d;}

.altcolor h1 {color:#333333; }
.altcolor h2 {color:#333333; }
.altcolor h3 {color:#333333; }

.altcolor a:link,
.altcolor a:visited { color:#EEEEEE; }

.altcolor a:active, 
.altcolor a:hover { color:#EEEEEE; }

.altcolor div.hr {border-color: #F2FFD6;}
