html {
	overflow: auto;
}	
body {
	margin: 0;
	padding: 0;		
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A6556;	
}
:link {
	color: #7A6556;
	text-decoration: underline;
}	
a:visited {
	text-decoration: none;
	color: #a38f81;
}
a:hover {
	text-decoration: none;
	color: #a38f81;
}
a:active {
	color: #7A6556;
	text-decoration: underline;
}
.fmt_logo {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	border-bottom-style: solid;
	border-bottom-color: #a38f81;
	border-bottom-width: thin;
}
.fmt_title {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.fmt_menu {
	font-size: 14px;
	vertical-align: top;
	text-align: left;
	text-transform: uppercase;
}
.fmt_content {
	vertical-align: top;
	text-align: left;
}
.fmt_bottom {
	border-top-style: solid;
	border-top-color: #a38f81;
	border-top-width: thin;
}
