@charset "utf-8";
/* CSS Document */

/*TABELA*/
table {
	font-size:11px;
	border:1px solid;
	border-collapse:collapse;
	width: 528px;
	background-color: #FCFEA7;
	float: left;
}

caption {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding: 4px;
	margin: 0px;
	background-color: #FFDF62;
	border: 1px solid;
	text-transform: uppercase;
}
thead  th   {
	text-align:center;
}
thead  th   {
	font-weight:bold;
	padding-top:3px;
}

tbody th, tbody td {
	text-align:center;
	vertical-align:top;
}

    tfoot th {
	font-size:10px;
	background-color: #FFDF62;
	text-align: left;
	padding-left: 10px;
	font-weight: normal;
}

        td, th {
	border:solid 1px;
	padding:5px;
	text-align: center;
}
table,/*CORES*/ caption,thead  th,tfoot  th,tbody tr:hover, td, th {
	border-color:#FFDF62;
}

thead th, tfoot th, tbody tr:hover, tbody tr.par:hover {
	color:#00004A;
}
.white-space {
	clear: both;
	float: left;
	height: 30px;
	width: 528px;
	position: relative;
}
