
/* comentários */



.geral {
	font-size: 12px;
	font-style: ;
	font-weight: ;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}


.geral_negrito {
	font-size: 14px;
	font-style: ;
	font-weight: bolder;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}


.geral_menor{
	font-size: 12px;
	font-style: ;
	font-weight: ;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}


.geral_destaque {
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #cccccc;
}

.geral_destaque_laranja {
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #f5821f;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #cccccc;
}



.titulo {
	font-size: 20px;
	font-style: italic;
	font-weight: bolder ;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 1px #cccccc;
}




.menu_em_baixo {
	font-size: 14px;
	font-style: ;
	font-weight: ;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}




.formulario {
	font-size: 12px;
	font-style: ;
	font-weight: ;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}


.bioartes {
	font-size: 8px;
	font-style: ;
	font-weight: ;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
}









a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	font-style: italic;
}
