body {
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html, body {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	text-shadow: Black;
}
td.menu {
	color: #5E3207;
	font-weight: bold;
	text-decoration: none;
}
a.menu {
	color: #5E3207;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover{
	text-decoration: underline;
	text-shadow: Black;
}
.TDdefault {
	margin: 1;
	cursor:default;
}
.TDover {
	background-image: url(img_site/buttons/mouseover.gif);
	margin: 1;
	cursor:hand;
}
.whiteTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.TDwhiteborder {
	border-bottom: 1px solid White;
	border-top: 1px solid White;
	width: 450px;
}
#wrapper {
	position: relative;
	width: 955px;
	height: 100%;
	margin: 0 auto; /* to centre compliant browsers */
	text-align: left; /* to reset text alignment to default */
	background: url(img_site/bck-brown.gif) no-repeat;
}
	/* STYLE="position: absolute; width: 446px; height: 260px; z-index: 3; margin-left: 0px; margin-top: 0px;" */
#content {
	overflow: auto;
	position: absolute;
	left: 50px;
	top: 243px;
	width: 904px;
	height: 340px;
	z-index: 3;
	scrollbar-face-color : #5E3207;
	scrollbar-track-color : #693908;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #5E3207;

	scrollbar-shadow-color : #FFFFFF;
	scrollbar-highlight-color: #5E3207;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color : #5E3207;
}
#footer {
	position: absolute;
	clear:both;
	right: 0px;
	bottom: 0px;
	margin:0; padding:0;
	z-index: 6;
}
#logo_color {
	position: absolute;
	clear:both;
	left: 5px;
	top: 123px;
	margin:0; padding:0;
	z-index: 6;
}
#menu_color {
	position: absolute;
	clear:both;
	left: 0px;
	top: 189px;
	margin:0; padding:0;
	z-index: 6;
}