/* CSS Document */
<!-- Estrutura
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(../imagens/fundo/fundo_site.jpg);
}
#container {
width: 1024px;
margin:auto;
}
#topo {
width:1024px;
margin:auto;
}
#esquerda {
float: left;
width: 232px;
margin:auto;
}
#direita {
float: right;
width: 792px;
margin:auto;
}
input.especial {
background-color: #ffffff;
font-family: Arial;
font-size: 11px;
color: #666666;
border: 1px solid #666666;
font-weight: normal;
}
#barra_baixa {
clear: both;
margin: 0;
padding: 0;
text-align: right; }
.border {
border:1px solid #999999;
}	
-->

.arial_12 {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.arial_10 {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.arial_11 {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.arial_11:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.arial_12_negrito {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.arial_12_negrito:hover {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

