@charset "utf-8";
body,td,th {
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.verdana12preto {
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.verdana12cinza {
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #292929;
	text-decoration: none;
}
.verdana12branca {
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.verdana22verm {
	font-family: Poppins;
	font-size: 22px;
	color: #BF0000;
	text-decoration: none;
}
a.verdana22verm {
	font-family: Poppins;
	font-size: 22px;
	color: #BF0000;
	text-decoration: none;
}.botaocnz {
	font-family: Poppins;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
.verdana11verm {
	font-family: Poppins;
	font-size: 11px;
	color: #BF0000;
	text-decoration: none;
}

@media screen and (max-width:600px) {
	nav li{
		float: none;
		text-align: center;
		width: 100%;
	}

	footer p{
		display: none;
	}
}
