/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Jun 15 2020 | 14:08:08 */
.novoassociado {
	font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	width: 150px;
	background-color: #F0F0F0;
	float: right;
	margin-bottom: 50px;
	text-decoration: none;
	text-align: center;
	height: 50px;
	vertical-align: middle;
	padding: 10px;
	border-radius: 10px;
	border-color: #E5E5E5;
	font-weight:bolder;
}
.novoassociado a {
	text-decoration: none;
	color: #00F;
}
.novoassociado a:hover {
	text-decoration: none;
	color: #F90;
}