.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.tit {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.data {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.fundosombra {
	background-image: url(imagens/sombra.jpg);
	background-repeat: no-repeat;

}
.linktitulo:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.linktitulo:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.linktitulo:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

.fundo-menu-topo {
	background-image: url(imagens/fundo_menu_tit.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.borda-baixo {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #43474A;
}
.fundo-borda {
	background-image: url(imagens/fundo_borda_dir.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.td-menu{
	background: #DDFFDD;
	cursor: hand;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.borda-foto {
	border: 1px dashed #FF9900;
}
.carregando {
	background-attachment: fixed;
	background-image: url(imagens/carregando.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.voltar-topo:link {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.voltar-topo:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.voltar-topo:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
.traco-topo-voltar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.tabela-inftec {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.numero-pequeno {
	font-family: Verdana;
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
}

ul {	
	padding:0px 0px 5px 37px;
	margin:1px 0px 0px 0px;
	width:100%;
	list-style:none;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}

.separador {
	border-left:1px solid;
	width:1px;
}

li {
	padding-left:4px;
	display: inline;	
}

ul a {	
	padding: 1px 7px;
	text-decoration:none;
	color:#000000;
}

ul a:hover {
	text-decoration:none;
	background:#ff9900;
	color:#FFFFFF;
}