@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 12px/170% "Trebuchet MS", Verdana, sans-serif;
    color:#5E2000;
}

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

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

h2
{
    font:normal normal normal 17px/140% Helvetica, Arial, sans-serif;
    color:#844C00;
    
}

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

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

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

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

.altcolor,
.altcolor p { color:#231400;}

.altcolor h1 {color:#5E0900; }
.altcolor h2 {color:#6C000E; }
.altcolor h3 {color:#664200; }

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

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

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