.hdMain { color: #484d57 }
.hdContrast { color: #dadbdd }

.bgMain { background: #484d57 }
.bgContrast { background: #dadbdd }

ul.contentGroup.lMain, .coMain { border-top: 1px dotted #484d57; }
ul.contentGroup.lContrast, .coContrast { border-top: 1px dotted #dadbdd; }

ul.lMain li { border-bottom: 1px dotted #484d57; }
ul.lContrast li { border-bottom: 1px dotted #dadbdd; }

        /* Dark Grey */
		.boxMain { color: #fff; background: #484d57; }
			.boxMain a:link, .boxMain a:visited { color: #fff; }
			.boxMain a:hover { color: #99bb11; }
			.boxMain h3 { border-bottom: 1px dotted #fff; }


		/* Light Grey */
		.boxContrast { color: #484d57; background: #dadbdd; }
			.boxContrast a:link, .boxContrast a:visited { color: #03c; }
			.boxContrast a:hover { color: #36c; }
			.boxContrast h3 { border-bottom: 1px dotted #484d57; }
