#bloco-tabela {
  margin: 10px 0px;
  float: left;
  width: 580px;
}

#bloco-tabela h1 {
	margin: 5px 0;
	font-weight: bold;
	color: #333333;
}

#bloco-tabela p {
	margin-top: 10px;
	font-size: 90%;
}

#bloco-tabela ol {
	margin: 10px 0;
	list-style: square;
}

#bloco-tabela ol li {
	display: inline;
	padding: 0 12px;
}
#bloco-tabela ol li a:hover {
  text-decoration: underline;
}

table,tr,td,th {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #AAAAAA;
}
table {
	background:#FFFFFF;
	width: 100%;
	margin-bottom: 20px;
}
caption {
	background: transparent url(../imagens/bg-servico-detalhe.jpg) repeat-x;
	padding: 10px 0;
	font-weight:bold;
	text-align: center;
	color:#333333;
}
thead th {
	background:#AAAAAA;
	color:#FFFFFF;
	padding-bottom: 5px;
	border-bottom:1px solid #d9d1cc;
	text-align: center;
	font-weight: bold;
}
tr {
	background:#FEFFEE;
	color:#333;
	hover:expression(this.onmouseover=new Function("this.style.background='#d8d9cc';"),this.onmouseout=new Function("this.style.background='#feffee';"));
}
tr:hover {
	background:#d8d9cc;
}
td,th {
	text-align: left;
	font-size:12px;
	color: #333333;
	padding: 5px;
}
a {
	color:#333333;
	font-size:12px;
}
a:hover {
	color:#000;
}