@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 17px/150% "Times New Roman", Times, serif;
    color:#090081;
}

input, textarea
{
    font:normal 17px/150% "Times New Roman", Times, serif;
}

h1
{
    font:normal normal normal 20px/140% "Times New Roman", Times, serif;
    color:#333333;
    
}

h2
{
    font:normal normal normal 18px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#FEFFED;
    
}

h3
{
    font:normal normal bold 19px/140% "Times New Roman", Times, serif;
    color:#001E8A;
    
}

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

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

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

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

.altcolor h1 {color:#FFDFDF; }
.altcolor h2 {color:#EEEEEE; }
.altcolor h3 {color:#666666; }

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

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

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