html { min-height: 100%; margin-bottom: 1px; }

body {
	background: url(/images/bg.gif);
}
td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:12px;
	color:#806C59;
}

form
{
	margin:0px;
}

a {
	font-family:Arial;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	color:#596F80;
}
.menu a:link, a:active, a:visited  {
    color: #596F80;
    background-color: transparent;
    text-decoration: none;
    font-weight: bolder;
}
.menu a:hover {
    color: #ffffff;
    background-color: #596F80;
    text-decoration: none;
    font-weight: bolder;
}

H1 {
	color: #596F80;
	font-weight: bold;
	font-size : 16px;
}