td {
	background: #FFD5AA;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align : center;
}
td a{
  color: Black;
}
#Lista td a:hover{
  color: Black;
  text-decoration: none;
  display: block;
  background-color: #FF8204;
}

#Lista td a{
  color: Black;
  display: block;
}

th {
   color: White;
	background: #FF8204;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
/*	text-align : left;*/
}
th a {
	color: white;
}
#Lista{
	background-color : #FFC080;
}

#Lista h1{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: larger;
  font-weight: bold;
  color: White;
}

#Lista P{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  color: Black;
  text-align: justify;
}

.Cabecalho{
	background: #FF8204;
	text-align: center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : White;
	height: 20px;
	margin-bottom: 10px;
}
.Campo{
	background-color : #FFC080;
}
#Pesquisa{
	background : #FFD5AA;
	margin-left: 5px;
	margin-right: 5px;
}

#Pesquisa .Valores{
	background : #FFC080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : Black;
	text-align: left;
	width: 95%;
	margin-bottom: 10px;
}

#Topo{
	background : #FF8204;
}

#Topo h1 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: larger;
  font-weight: bold;
  color: White;
}

.SemRegistos {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  vertical-align: middle;
}

#i-toc{
	background-color : White;
}

#i-toc h1{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: bold;
  color: White;
  margin-bottom: 5px;
}
.accoes {
	color: #FFEC9F;
	font-family: "Trebuchet MS", "Verdana";
	font-size: smaller;
}
.accoes ul{  
	color: #FFEC9F;
	display: block;
}
.accoes li{  
	color: #FFEC9F;
	display: inline;
}
.accoes a{  
	color: #A52A2A;
	text-decoration: none;
}
.accoes a:hover{  
	color: #A52A2A;
	background-color: #FFEC9F;
	text-decoration: underline;
}