body {
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.texto_padrao {
	font-family: Trebuchet MS;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

a.texto_padrao {
	text-decoration: none;
}

a.texto_padrao:hover {
	text-decoration: underline;
}

.texto_branco {
	font-family: Trebuchet MS;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.texto_bold {
	font-family: Trebuchet MS;
	color: #663366;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.texto_bold {
	text-decoration: none;
}

a.texto_bold:hover {
	text-decoration: underline;
}

.texto_bold_pequeno {
	font-family: Trebuchet MS;
	color: #663366;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

a.texto_bold_pequeno {
	text-decoration: none;
}

a.texto_bold_pequeno:hover {
	text-decoration: underline;
}

.texto_preto{
	font-family: Trebuchet MS;
	color: black;
	font-size: 10px;
	text-decoration: none;
}

.caixa_texto_preto{
	font-family: Trebuchet MS;
	color: black;
	font-size: 10px;
	text-decoration: none;
	border: 0px;
}

a.texto_preto {
	text-decoration: none;
}

a.texto_preto:hover {
	text-decoration: underline;
}

.botao {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: black;
	text-decoration: none;
	background-color: #f2f2f2;
}

.borda_pontilhada {
	border-top: 1px dashed #999999;
}

.texto_preto_bold {
	font-family: Trebuchet MS;
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.texto_preto_bold_rod {
	font-family: Trebuchet MS;
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.texto_preto_bold {
	text-decoration: none;
}

a.texto_preto_bold:hover {
	text-decoration: underline;
}

.título_secao {
	font-family: trebuchet MS;
	color: #663366;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}

.label_menu {
	background-color: f2f2f2;
	font-family: trebuchet MS;
	font-size: 12px;
	color: black;
}

.secao_menu {
	background-color: #B76F93;
}

.secao_menu_over {
	background-color: #CCCCCC;
}

.link_menu {
	font-family: trebuchet MS;
	color: White;
	font-size:12px;
	text-decoration: none;
}

.link_menu:hover {
	font-family: trebuchet MS;
	color: Black;
	font-size:12px;
	text-decoration: none;
}

.borda_direita_preta {
	border-right: 1px solid black;
}

.bordas_pretas_contorno {
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	padding-left: 5px;
}

.sub_secao {
	font-family: trebuchet MS;
	color: #663366;
	font-size: 14px;
	font-weight: bold;
}

a.sub_secao {
	text-decoration: none;
}

a.sub_secao:hover {
	text-decoration: underline;
}