@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
}

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

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

h2
{
    font:normal normal bold 16px/140% "Times New Roman", Times, serif;
    color:#68CF00;
    
}

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

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

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

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