@charset "utf-8";
/* CSS Document */

body {
	background-image: url(imagens/fundo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFD7FF;
}
.flor {
	width:auto;
	height:120px;
	background:url(imagens/flor1.png);
	text-align:right;
}

.flor2 {
	background:url(imagens/flor2.png) right bottom no-repeat;
}
.menu {
	background:url(imagens/fundo_menu.jpg) no-repeat;
	font-size: 12px;
}
.menu2 {
	background:url(imagens/fundo_menu2.jpg) no-repeat;
	font-size: 12px;
}
.menu_texto {
	color: #FFF;
}
.menu_texto {

}
.vermelho {
	color: #900;
}
.link {	
	text-decoration:none;
	color:#000;
}
.branco {	
	text-decoration:none;
	color:#FFF;
}
.fundo_chamada {
background:url(imagens/re_fundo.jpg);	
}
.chamada {
color:#FFF;
font-size:16px;
}
.maior {
	font-size: 14px;
}
