@charset "utf-8";
/* CSS Document */
td,th body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 140%;
}
body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 140%;
	background-image: url(imagens/fundo_site.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FFFF00;
}
form { 
	margin: 0;
}
.amarelo {
	color: #FF0;
}
.ouro1 {
	color: #FF0;
}
#google {
  width:950px;
  background-color:#000;
  overflow-y: auto;
  overflow-x: hidden;
  
}