@charset "utf-8";



body {}

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

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

h1
{
    font:normal normal normal 70px/140% Arial, Helvetica, sans-serif;
    color:#000000;
    text-align:center;
}

h2
{
    font:normal normal normal 30px/140% Arial, Helvetica, sans-serif;
    color:#333333;
    
}

h3
{
    font:normal normal normal 25px/140% Arial, Helvetica, sans-serif;
    color:#444444;
    
}

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

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

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