table.primary {
	font-size: 13px;
	font-family: arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	table-layout: auto;
	border-style: solid;
	border-collapse: collapse;
	border-color: #777777;
	border-width: 5px;
	border-style: double;
	width: 97%;
	}

table.primary#classe {
	background-color: #B0C4DE;
	}
	
table.primary#rotel {
	background-color: #99D799;
	}
	
/* Alternate colors for table rows */
table.primary#classe tr.alt {
	background-color: #4682BD;
	}
	
table.primary#rotel tr.alt {
	background-color: #DDF1DF;
	}
	
table.primary th {
	border-width: 1px;
	padding: 4px;
	padding-left: 2px;
	border-style: solid;
	border-color: #777777;
	height: 2em;
	text-align: left;
	}

table.primary th.title {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #777777;
	background-color: black;
	color: white;
	height: 2em;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	}

table.primary td {
	border-style:solid;
	border-width: 1px;
	border-color: #777777;
	padding: 4px;
	height: 2em;
	text-align: center;
	}
	
/* table.primary td#rotel {
	width: 1245px;
	} */