
/*color for Footer & Content Area Nav*/

A.alternate:LINK, A.alternate:VISITED {
	color : #B6A38A;
	text-decoration : none;
	font-size:10px;
}

A.alternate:HOVER {
	color : #ffffff;
	text-decoration : underline;
	font-size:10px;
}

.bgColor{
	background-color : #B6A38A;
}