.bg {
	background-attachment: fixed;
	background-image: url(imagens/pagina/bg_main.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.textotitulo {
	font-family: "Comic Sans MS";
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	text-transform: uppercase;

}
.minusculas {
	font-family: "Comic Sans MS";
	font-size: 13px;
	font-style: normal;
	color: #003366;
	text-decoration: none;
}
.floatleft {
	float: left;
}

.bgleft {
	background-image: url(imagens/pagina/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.floatright {
	float: right;
}
.layer {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.link {
	font-family: "Comic Sans MS";
	color: #FFFFFF;
	text-decoration: underline;
}