html 
{
    overflow-y: scroll;
}
body
{
	background-color: #736F63;
    font-size: 12px;
    font-family: arial, helvetica, clean, sans-serif;
    line-height: 140%;
}

table
{
    font-size: 12px;
    font-family: verdana,arial, helvetica, clean, sans-serif;
    line-height: 140%;
}

h1, h2, h3 {color: #826449 }

A, A:visited   { color: black }
A:hover, A:active { color: #403020 }


a img {border: none; } 

li { margin-bottom: 5px }

hr
{
    border-top: #826449 1px dotted; 
    border-bottom: 0px; 
    border-left: 0px; 
    border-right: 0px; 
    height: 1px; 
}
input
{
	border: black 1px solid;
	width: 250px;
}
.button
{
    background-color: #826449;
    color:white;
    font-weight:bold;
    cursor : pointer;
	border: black 1px outset;
}
.email_box
{
	border: black 1px solid;
	width: 250px;
}

.checkbox {
    width: 13px;
    height: 13px;
    padding: 0px;
    margin:0px;
    vertical-align: -2px;
}