/* Standard Classes - do NOT rename or delete */
.CellDark {
	background-color: #4E7562
}
.CellLight {
	background-color: #BDD4C9
}
.CellLighter { background-color: #FFFFFF}
.CellTitle {  background-color: #17286A}

.Asterix {  color: #CC0000}

.BoldWhite {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.ModuleBackButton{
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}
.CellPackageTitle {
	background-color: #750204;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4E7562;
	font-weight: bold;
	text-decoration: underline;
	font-size: 2 em;
}
.CellPackageContent {
	background-color: #3F0102;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4E7562;
	list-style-type: square;
}
