@charset "UTF-8";
/* CSS Document */


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}

.textoCinza {
font-family:Verdana;
font-size:11px;
color:#191919;
}


.textoVerde {
font-family:Verdana;
font-size:11px;
color:#79A73B;
}


.textoBranco {
font-family:Verdana;
font-size:11px;
color:#FFFFFF;
}
a.linkopacity:hover img,
img.linkopacity {

	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	width:140px;
	height:110px;
	border:0px solid black;
}

a.linkopacity img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}


