@charset "utf-8";
.txt-rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.textos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.titulos {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0066FF;
	text-decoration: none;
}
.tabela {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #ffffff;
	font-weight: bold;
}
.topo {
	background-image: url(imagens/topo.jpg); 
	background-position:center;
	background-repeat:no-repeat;
	height:214px;
	width:970px%;
}
/*****************************
Menu
*****************************/
#menu{
	width:175px;
	height:300px;
	border:0px solid #FF0000;
	float:left;
	margin-right:40px;
	margin-top:20px;
}

ul{
	margin:0px; 
	padding:25px;
}

li{
	font-family: Verdana, Geneva, sans-serif
	font-size:24px;
	text-align:left;
}

li a{
	text-decoration:none; 
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
	display:block;
	padding:5px 15px 5px 10px;
}

li a:hover{
	background:#406db9;
	
}
.marcador{
	list-style:none
}
.rodape {
	background-image:url(imagens/fundo_rodape.jpg);
	width:970px;
	height:148px;
	vertical-align:bottom;	
}
