/* CSS Document */

body {
	margin:0px;
	scrollbar-arrow-color:#CF9D3C;
	scrollbar-track-color:#EBE0CE;
	scrollbar-shadow-color:#CF9D3C;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#CF9D3C;
  	scrollbar-darkshadow-color:#CF9D3C;
  	scrollbar-3dlight-color:#EBE0CE;
}

.corpogeral {
	position:relative; 
	background-color: #EBE0CE;
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
}

.corpointerno {
	position:relative; 
	background-color: #EBE0CE;
}

.subtitulo {
	color: #000000;
	font-size: 30px;
	font-family: "Monotype Corsiva", Georgia, Times, serif;
	font-weight: bold;
}

.input {
	border:solid 3px #BF9F62;
	height: 20px; 
	color: #FFFFFF;
	background-color: #BF9F62;
}

.inputtxt {
	overflow:hidden;
	border:solid 3px #BF9F62;
	color: #FFFFFF;
	background-color: #BF9F62;
}