﻿html,
body,
form
{
    margin:0px;
    padding:0px;
    height: 100%;
    font-family: Verdana; 
    font-size: 12px;
    color: #3c3c3c;
    background-color: #f7f5f1;
    cursor: default;
}
a:link,
a:visited
{  
    color: #c30004; 
    text-decoration: underline;
}
a:hover
{
    color: #ff0000; 
    text-decoration: underline;
}
hr
{
    color: #d6d1cb;
    background: #d6d1cb;
    height: 2px;
    border: 0px;
}
#footer a:link,
#footer a:visited
{  
    color: #c1a576; 
    text-decoration: underline;
}
#footer a:hover
{
    color: #c30004; 
    text-decoration: underline;
}
em
{
    color: #c1a576;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}
input, textarea, select
{
    border: solid 1px #6c392f;
    background-color: #eeeeee;
    color: #000000;
    font-family: Verdana; 
    font-size: 11px;
}