table.program-source {
	background-color: #cccccc;
	font-family: courier new, serif;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

table.table-description {
	background-color: #6666cc;
	border: 0;
	border-left: solid thin gray;
	width: 80%;
}

table.class-description {
	border: solid;
	border-left-width: thin;
	border-top-width: thin;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.class-description-column {
	background-color: #e8eff9;
}

.class-description-header {
	background-color: #cddcf1;
	font-family: Helvetica;
	font-weight: bold;
	text-align: left;
}

.class-primary-key {
	color: #00998C;
}

td.table-description {
	background-color: #e8eff9;
	border: 0;
	border-left: solid thin gray;
	width: 100%;
}

tr.table-description {
	background-color: #cddcf1;
	border: 0;
	border-left: solid thin gray;
	width: 100%;
}


td.table-overview {
	background-color: #e8eff9;
	border: 0;
	border-left: solid thin gray;
}




