TD {
	FONT-SIZE: 12px; 
	FONT-FAMILY: Arial, tahoma,sans-serif;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.bordaInferior {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #009900;
}
.tiraEspacos {
	font-size: 1px;
}
.marca {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #000000;
	font-weight: bold;
	vertical-align: top;
}

.descricao {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	vertical-align: top;
	font-size: xx-small;
}

.bordasuperior {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009900;
}

ul {
	list-style-image:  url(imagens/logos/setalista.gif);
	letter-spacing: normal;
	word-spacing: normal;
}

.titulo_campo_texto {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #333399; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #f0f0f0
}

.tabela {
  width:100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
  border-collapse:collapse;
}

.tabela_dados{
  text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #11A012; 
}

th.sorted {
    background-color: #BBBBBB;
}

th a, th a:visited {
  color: white;
}

th a:hover {
  text-decoration: none;
  color: red;
}

th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}