@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(../imgs/fundo1.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#total {
	width: 990px;
	margin: auto;
}
#base {
	height: 127px;
	width: 100%;
	background-image: url(../imgs/fundo2.jpg);
}
#topo {
	height: 53px;
}
#banner {
	height: 201px;
}
#total #meio {
	width: 870px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sites {
	width: 840px;
	margin: auto;
}

.font1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.font3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FAC430;
}
a:active {
	text-decoration: none;
}
.borda6 {
	border: 5px solid #3B393A;
}
.borda8 {
	border: 5px solid #098dae;
}
.font5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #EDC63B;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #E2E2E2;
}
#resposta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
