@charset "utf-8";
caption {
	color: #005643;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
}
.tableStyling table, .tableStyling table th, .tableStyling table td {
	border: 1px solid #424242;
	border-collapse: collapse;
}
.tableStyling table {
	border: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.tableStyling table th {
	font-size: .7em;
	color: #005643;
	margin: 0;
	padding: .4em .8em;
	width: 140px;
	text-align: center;
}
.tableStyling table td {
	font-size: .7em;
	text-align: center;
	margin: 0;
	padding: .4em;
}

/* ---------------- Old Lamp Table Stylings ----------------- */
.oldLampsTables table, .oldLampsTables th, .oldLampsTables td {
	border: 1px solid #424242;
	border-collapse: collapse;
}
.oldLampsTables table {
	border: none;
	border-top: 3px solid #005643;
	border-top: 3px solid #005643;
}
.oldLampsTables th {
	color: #005643;
	text-align: center;
	border: none;
}
.oldLampsTables td {
	border: none;
}



