td {
	font-family: "Times New Roman", Times, serif;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #22213C;
	text-decoration: none;
	filter: Invert;
	cursor: hand;
}
.lcase {
	text-transform: lowercase;
	font-size: 16px;
}

a:hover {
	text-decoration: none;
	color: #ffcc99;
}.leftSubT {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.SmallCaps {
	text-transform: uppercase;
}
.aDarkBkg {
	color: #000000;
	font-size: 14px;
}
.indent {
	text-indent: 100px;
}
.tableInfo {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #CC9966;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
	border-left-color: #CC9966;
}
