@charset "utf-8";
/* CSS Document */

.txt-negrito {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.txt {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.txt-amareloclaro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFCC;
}

.txt-amareloclaronegrito {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFCC;
	font-weight: bold;
}

.txtform {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #454545;
	border: 1px solid #666666;
}
.botaoform {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF9900;
}
