HTML, BODY {
  background: #DAA520;
  margin: 0px;
	scrollbar-arrow-color: #DAA520;
	scrollbar-3dlight-color: #0D550D;
	scrollbar-highlight-color: #DAA520;
	scrollbar-face-color: #0D550D;
	scrollbar-shadow-color: #DAA520;
	scrollbar-darkshadow-color: #0D550D;
	scrollbar-track-color: transparent;
	text-align:center;
	margin-top:30px;
	height:100%;
}

#Layer1 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
	left: 0;
	top: 0;
}

#Layer2 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	left: 0;
	top: 0;
	visibility: hidden;
}

.maintable { height:100%; }
.flashtable { height:370px; 
  background-image: url(images/front.jpg);
  background-repeat: no-repeat;}

p {
  font-family: Verdana, Arial, sans serif;
  font-size: 10px;
  color: #0D550D;
}

A {
  font-family: Verdana, Arial, sans serif;
  font-size: 10px;
  color: #0D550D;
  text-decoration: none;
}

A:hover {
  color: #8D1E13;
  text-decoration: underline;
}
SMALL {
	FONT-SIZE: 1px; COLOR: #DAA520;
}