@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 13px/170% "Times New Roman", Times, serif;
    color:#594E1A;
}

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

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

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

h3
{
    font:normal normal normal 16px/140% "Times New Roman", Times, serif;
    color:#594E1A;
    
}

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

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

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