body {
	margin:40px 0 50px 0;
	padding:0;
	border:none;
	font: normal 12px/1.4 "Trebuchet MS", Arial, sans-serif;
	background-image:url(imagens/fundo.jpg);
	background-position:center;
	background-position:top;
	color: #202020;
}

a:link {
	text-decoration: none;
	color: #202020;
}
a:visited {
	text-decoration: none;
	color: #202020;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.top{
	clear:both;
	width: 770px;
	margin: 0 auto;
	height: 212px;
}

#central {
	background-color:#FFFFFF;
	width: 750px;
	margin: 0 auto;
	height: auto;
	clear: both;
	padding: 0 10px 0 10px;
	padding-top: 20px;
}

#esquerda{
	width: 150px;
	float: left;
}
#menu ul{
		padding:0; 
		margin:0;
		list-style-type: none; 

}
#menu ul li a, .menu ul li a:visited{
		font-size: 12px;
		display:block; 
		text-decoration:none; 
		color:#2A3E86; 
		width:145px; 
		text-align:left; 
		border-width:1px 1px 0 0; 
		line-height:22px; 
		padding-left: 5px;
		background-color: #f6f6f6;
		border-bottom: 1px #f1f8fc dashed;
}
#menu ul li a:hover{
		font-weight: bold;
		border-bottom: 1px #2A3E86 dashed;
}
#miolo{
	float: left;
	width: 405px;
	padding: 0 20px 0 20px;
	text-align:justify;
}
#direita {
	float: left;
	width: 150px;
}
#patricinadores{
	clear: both;
	text-align: center;
}
.patrocinadores_img{
	padding: 5px 0px 0px 10px;
}


#titulocoAzul {
	background-color:#466A8C;
	border-bottom: 2px solid #2A3E86;
	margin-bottom:5px;
	font-weight:bold;
	color:#FFFFFF;
	text-align: left;
	padding-left:5px;
}
.titulocoLaranja {
	background-color:#FF6600;
	border-bottom: 2px solid #FF0000;
	font-weight:bold;
	color:#FFFFFF;
	text-align: left;
	padding-left:5px;
}
#rodape{
	clear: both;
	background-color: #f6f6f6;
	text-align:center;
	font-weight:bold;
	padding: 10px;
	height: 50px;
}
.titloPaginas{
	font-size: 15px;
	font-weight: bold;
	color:#2A3E86;
	border-bottom: 1px dotted #CCCCCC;
}

#tarjaIndes{
	background-color: #f6f6f6;
	font-weight:bold;
	padding: 0px 10px 0 10px;
	color:#2A3E86; 
	margin-bottom: 10px;
}
.blockIcones{
	clear: both;
	font-style:italic;
	font-weight:bold;
	color:#2A3E86; 
	background-color: #f9f9f9;
	margin-bottom: 20px;
	text-align:left;
}
.botao{
	background: #f0f0f0;
	border: 1px #202020 solid;
}
.input{
	border: 1px #f0f0f0 solid;
	font: normal 12px/1.4 "Trebuchet MS", Arial, sans-serif;
	width: 240px;
	height: 20px;
	padding:0;
	margin:0;
}
.tabela{
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	padding:0;
	margin:0;
}
.select{
	border: 1px #f0f0f0 solid;
	font: normal 12px/1.4 "Trebuchet MS", Arial, sans-serif;
	padding:0;
	margin:0;
}
.show{
	display: block;
}
.hide{
	display: none;
}