.padrao {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}

.formulario {
	font-family: Tahoma;
	font-size: 11px;
	border: solid 1px #b7b7b7;
	background: #ececec;
	color: #3b3b3b;
	height: 19px;
}

.formulario_preto {
	font-family: Tahoma;
	font-size: 11px;
	border: solid 1px #000000;
	background: #FFFFFF;
	color: #3b3b3b;
	height: 19px;
}