BODY {
  background: #808080;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-image: url(images/bg.gif);
  font-family: trebuchet ms, tahoma, arial, sans-serif;
}
.texto {
  font-size: 11px;
  color: #000000;
}
.texto_cinza {
  font-size: 11px;
  color: #333333;
}
.texto_italico {
  font-size: 11px;
  color: #000000;
  font-style: italic;
}
.tit_filme {
  text-transform:uppercase;
  font-size: 11px;
  color: #000000;
}
.tit_cinza {
  text-transform:uppercase;
  color: #333333;
  font-size: 11px;
  font-family: trebuchet ms, tahoma, arial, sans-serif;
}
a {
  color:#333333;
  font-size: 11px;
  text-decoration: none;
}
a:hover {
  color:#ffffff;
  text-decoration:none;
}
.menu a {
  color:#000000;
  font-size: 11px;
  text-decoration:underline;
}
.menu a:hover {
  color:#ffffff;
  text-decoration:none;
}
.botao {
	border: 0px;
	color: #000000;
	background: #ffffff;
	font-family: trebuchet ms, tahoma, arial, sans-serif;
	font-size: 9px;
} 
.campo {
	font-size: 10px;
	background-color: #ffffff;
	border: 0px;
	font-family: trebuchet ms, tahoma, arial, sans-serif;
}
