body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#000000;
	background-image:url(../imagens/fundo_site.gif);
	text-align:center;
	margin: 0 0 0 0;
	background-repeat: repeat-y;
	background-position:center;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0033;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
.textoRosa {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC0033;
	}
.textoRosaClaro {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFCCCC;
	}	
.textoPreto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
.textoBranco {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height: 16px;
	}			

a:active {
	text-decoration: underline;
	color: #333333;
}
a.linkBranco2:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkBranco2:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.linkBranco2:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.linkBranco2:active {
	text-decoration: none;
	color: #FFFFFF;
}
.tituloPaginas {
	font-size:30px;
	color:#FF6699;
}