@charset "iso-8859-1";
/* CSS Document */

/* FONTES */
@import url(http://fonts.googleapis.com/css?family=Roboto);
* {
	text-rendering: optimizeLegibility;
}
.titulo-data{
	color:#006530;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -5px;
}
#tabela{
border: 1px solid #888888;
}

table, th, td {
	font-family: "Roboto", sans-serif;
	color: #6f6f6f;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #009045;
	color: #ffffff;
	font-size: 120% !important;
}

tbody th {
	
	background: #eefafa;
	color: #0066ad;
	text-align: center;
	font-weight: normal;
	
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #a0c49a;
	text-decoration: none;
}

table a:visited {
	color: #a0c49a;
	text-decoration: none;
}

table a:hover {
	color: #a0c49a;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}