.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0;
	color: #FFF;
	background-color: #000;
	font-size: 10px;
	font-weight: lighter;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
h5 {
	font-size: 10px;
	font-style: italic;
	color: #666;
	width: 350px;
	text-align: center;
	margin: auto;
}
a:hover:visited {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
p {
	font-size: 12px;
	color: #000;
}
h2 {
	font-size: 16px;
}
.oneColLiqCtrHdr #container #mainContent table tr td {
	color: #FFF;
}
