@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 15px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#004516;
}

input, textarea
{
    font:normal 15px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
}

h1
{
    font:normal normal bold 25px/140% Georgia, "Times New Roman", Times, serif;
    color:#004612;
    text-align:center;
}

h2
{
    font:normal normal bold 20px/140% Georgia, "Times New Roman", Times, serif;
    color:#004612;
    
}

h3
{
    font:normal normal bold 18px/140% Georgia, "Times New Roman", Times, serif;
    color:#004612;
    
}

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

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

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

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

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

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

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

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