#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
	height: 1024;
	overflow: visible;
}
body {
	background-color: #917b22;
	background-repeat: no-repeat;
	background-image: url();
}

a:link {
	text-decoration: none;
	color: #663300;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.Titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#660000;
	font-weight: bold;
	text-transform: uppercase;
}
.Textos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663300;
}
.TxtRes {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660000;
	font-weight: bold;
	text-transform: capitalize;
}
.backtxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#660000;
	font-weight: lighter;
	text-transform: capitalize;
}

