@import url("Objects.css");
.tableHeaders {
	font-size: 12pt;
	color: #FF0;
	background-image: url(../Images/Backgrounds/SpacerPageHeader.png);
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.tableStyles {
	border: thin ridge #999;
}
.tablePadding {
	padding: 5px;
}
.tablePaddingWhiteText {
	color: #FFF;
	padding: 5px;
}
.blackBackground {
	background-color: #000;
}

