html, body{
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration: none;
	color: #035e7b;
   }

.texto {
	font-family: Trebuchet MS;
	font-size: 12px;
	text-decoration: none;
	color: #035e7b;
}

.texto2{ font-size: 12px; color:#035e7b;}
.texto3{ font-size: 12px; color:#FF0000;}
input, textarea, select{color:#035e7b; background-color: white; padding: 2px; vertical-align:top; text-align:left; border: 1px solid #035e7b; font-size:11px; font-family: Trebuchet MS;padding-left:5px;}

.botao{color:#FFFFFF; background-color: #035e7b; padding: 2px; vertical-align:top; text-align:left; border: 1px solid #035e7b; font-size:11px; font-family: Trebuchet MS;padding-left:5px;}