body {
	background-image: url(img/bg-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.div-logo {
	float: left;
	width: 350px;
	height: 175px;
}
.div-flash {
	float: right;
	width: 384px;
	height: 293px;
}
.bg-menu {
	float: left;
	width: 156px;
	background-color: #85C226;
	background-image: url(img/img-bottom-menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 30px;
}
.bg-bolinhas {
	background-image: url(img/bg-bolinhas.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.texto12 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 19px;
}
.links {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ef1749;
	text-decoration: underline;
}
a.links:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ef1749;
	text-decoration: none;
}
.texto11-verde {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #85c226;
	text-decoration: none;
}
a.texto11-verde:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #85c226;
	text-decoration: underline;
}
.texto11branco {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.texto11branco:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.menu {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 58px;
	color: #FFFFFF;
	text-decoration: none;
}
.botao {
	color: #FFFFFF;
	background-color: #DC214C;
	border-top-color: #DC214C;
	border-right-color: #DC214C;
	border-bottom-color: #DC214C;
	border-left-color: #DC214C;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	display: list-item;
	padding-bottom: 35px;
}

