body {
	background-color: #FFFFFF;
	background-image: url("img/fundo.jpg");
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titulos_brancos {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.link_cinza {
	font-family: Verdana;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
}
.link_cinza:hover {
	font-family: Verdana;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
	font-size: 11px;
}
.texto_preto {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.cxtexto {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	background-color: #E9E9E9;
	border: 1px solid #666666;
}
.botoes {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
	border: 1px solid #666666;
}
.link_cinzaSmall {

	font-family: Verdana;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	font-size: 9px;
}
.link_cinzaSmall:hover {


	font-family: Verdana;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
	font-size: 9px;
}
