@charset "utf-8";
body {
	font-family: "trebuchet MS";
	font-size: 10px;
	color: #dcdcdc;
	margin: 0px;
	background-color: #000000;
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.texto_cinza {
	color: #242323;
}
h2 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h4 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
.formulario {
	font-family: "trebuchet MS";
	font-size: 10px;
	color: #4E4E4E;
	background-color: #ebebeb;
	height: 15px;
	border: 1px solid #333333;
}
.cinza:active{
	color: #242323;
	text-decoration: none;
}
.cinza:link{
	color:#242323;
	text-decoration: none;
}
.cinza:visited{
	color: #242323;
	text-decoration: none;
}
.cinza:hover{
	color: #242323;
	text-decoration: underline;

}
a.linkopacity img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	border:1px solid #000000;
	margin-bottom:3px;
}

a.linkopacity:hover img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}
#icomp {
	font-family: Tahoma;
	font-size: 9px;
	margin-right: 50px;
	margin-top: 24px;
}
