a:link {
	color: #6C70B3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6C70B3;
}
a:hover {
	text-decoration: underline;
	color: #6C70B3;
}
a:active {
	text-decoration: none;
	color: #6C70B3;
}

#bar {
	background-color: #DBEDEC;
	layer-background-color: #DBEDEC;
}
.cellRight, .cellCenter {
	background-color: #CECBE3;
}
.cellLeft, .cellWide {
	background-color: #E5E4EF;
}
#cellBottom {
	background-color: #888BC1;
}

