@charset "utf-8";
/* CSS Document */
a.menuHome, a.menuMidia, a.menuPontos, a.menuAssociados:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.menuHome, a.menuMidia, a.menuPontos, a.menuAssociados:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.menuHome:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.menuHome:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.menuMidia:hover {
	text-decoration: none;
	font-weight: bold;
	color: #a5cd39;
}
a.menuMidia:active {
	text-decoration: none;
	font-weight: bold;
	color: #a5cd39;
}
a.menuPontos:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0091d4;
}
a.menuPontos:active {
	text-decoration: none;
	font-weight: bold;
	color: #0091d4;
}
a.menuAssociados:hover {
	text-decoration: none;
	font-weight: bold;
	color: #cd1b22;
}
a.menuAssociados:active {
	text-decoration: none;
	font-weight: bold;
	color: #cd1b22;
}
.textoCreme {
	color: #e9e9c7;
	font-weight: 500;
	line-height: 14px;
}
a.textoCreme:link {
	color: #e9e9c7;
	font-weight: bold;
	text-decoration: none;
}
a.textoCreme:visited {
	text-decoration: none;
	font-weight: bold;
	color: #e9e9c7;
}
a.textoCreme:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.textoCreme:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.textoAzulEscuro {
	color: #0a4071;
	font-weight: 500;
	line-height: 14px;
}
a.textoAzulEscuro:link {
	color: #0a4071;
	font-weight: bold;
	text-decoration: none;
}
a.textoAzulEscuro:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0a4071;
}
a.textoAzulEscuro:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.textoAzulEscuro:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.lightInput {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px;
	border-color: #0a4071;
	border-style: solid;	
}