table.primary {
	font-size: 13px;
	font-family: arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 2px double #777777;
	width: 95%;
	}

/* Alternate colors for table rows */
table.primary#bw tr.alt {
	background-color: #B0B4B5;
	}

table.primary#classe tr.alt {
	background-color: #C0C0C0;
	}
	
table.primary#rotel tr.alt {
	background-color: #B0B0C0;
	}
	
table.primary th {
	padding: 4px;
	padding-left: 4px;
	border: 1px solid #777777;
	height: 2.5em;
	text-align: left;
	}

table.primary th.title {
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #777777;
	background-color: black;
	color: white;
	height: 2.5em;
	text-align: center;
	font-weight: bold;
	}

table.primary td {
	min-width: 5.5em;
	border: 1px solid #777777; 
	text-align: center;
	padding: 2px;
	}