.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993333;
	text-decoration: none;

}

.campo {
	font-size: 10px;
	background-color: #cccc99; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	width: 220; 
	font-family: verdana; 
	font-weight: bold; 
	color: #993333; 
	height: 17; 
	border: 1px 
	solid brown;
}
.campoLogin {

	font-size: 10px;
	background-color: #cccc99; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	width: 150; 
	font-family: verdana; 
	font-weight: bold; 
	color: #993333; 
	height: 17; 
	border: 1px 
	solid brown;
}
.botao {
	font-size: 10px; 
	background-color: #cccc99; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	width: 70; 
	font-family: verdana; 
	font-weight: bold; 
	color: #993333; 
	height: 17; 
	border: 1px  solid brown;
}
.campo2 {
	font-size: 10px;
	background-color: #cccc99; 
	background-repeat: repeat; 
	background-attachment: scroll; 
	width: 100; 
	font-family: verdana; 
	font-weight: bold; 
	color: #993333; 
	height: 17; 
	border: 1px 
	solid brown;
}

.scrollbar {
	scrollbar-face-color:#ffffcc; 
	scrollbar-shadow-color: #ffffcc; 
	scrollbar-highlight-color: #ffffcc; 
	scrollbar-3dlight-color: #ffffcc; 
	scrollbar-darkshadow-color: #ffffcc; 
	scrollbar-track-color: #ffffcc; 
	scrollbar-arrow-color: #993333
}


