html {
	background-color:#F4F4F4;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	width:90%;
	border:1px solid #ddd;
	margin:0px auto;
	background-color:#CFCFCF;
	padding:5px 5px;
	border-radius:5px;
	min-width: 640px;
	max-width: 900px;
}

div {
	Background-color: #EEE;
	Padding: 5px;
}

.bandeira {
	position: absolute;
	top: 0 px;
	right: 0 px;
}

table { 
	width:95%;
	margin:0 ;
	border-spacing:0;
	border-right:1px solid #888;
	border-bottom:1px solid #888;
}

h1 {
	color:#8b0000;
	letter-spacing: -2px;	
	text-align: center;
}

h4 {
	text-align: center;	
}
		
caption {
	font-size:130%;
	font-weight:bold;
	padding:5px 0;
	background-color:#ECECEC;
	border:1px solid #ccc;
	border-bottom:none;
}
		
tr, td, th {
	border:thin solid #888;
	border-bottom:none;
	border-right:none;
	padding:5px;
}
		
td { 
	text-align:center;
}
		
th {
	text-align:left;
}
		
thead th {
	text-align:center;
	background-color:#E0E0E0;
}

thead tr {
	background-color:#Ab6060;
	color:#FFFFFF;
}
thead tr th:first-child {
	text-align:left;
}
		
tfoot td {
	font-size:.9em;
	color:#666;
}
        
tbody tr:nth-child(odd) {
        background-color: #D0C0C0;
}
        
tbody tr:nth-child(even) {
        background-color:#D8D0D0;  
}        
	

