#tabela{
	margin: auto;
		border-collapse:collapse;
	}
#tabela caption {
	color: #9ba9b4;
	font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}	

#tabela td, #tabela .td2 {
	color:#606060;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	padding: 4px 30px;
	text-align:center;
	}		
	
#tabela .td2 {
	border-bottom: 0;
	}	
	
#tabela th, #tabela .column2 {
	font-weight:normal;
	color: #222;
	text-align:left;
	border-bottom: 1px solid #eee;
	padding: 4px 10px;
	}

#tabela .column2 {
	border-bottom: 0;
	}
	
#tabela .col2 {
	text-align:center;
	border-left: 1px solid #eee;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#444
	
	}