.menuCell a:link, .menuCell a:visited {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #53748C;
	border-right-color: #53748C;
	border-bottom-color: #53748C;
	border-left-color: #53748C;
	display: block;
	margin: 0px;
	padding: 3px 4px 1px;
	text-align: right;
	white-space: nowrap;
	color: #53748C;
}

.menuCell a:hover {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #53748C;
	border-right-color: #53748C;
	border-bottom-color: #53748C;
	border-left-color: #53748C;
	display: block;
	margin: 0px;
	padding: 3px 4px 1px;
	text-align: right;
	white-space: nowrap;
	background-color: #53748C;
	color: #FFFFFF;
}
.topLinksCell a:link, .topLinksCell a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.topLinksCell a:hover {
	color: #53748C;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

.footerCell a {
	margin-right: 2px;
	margin-left: 2px;
	white-space: nowrap;
}

.footerCell a:link, .footerCell a:visited  {
	color: #CCCCCC;
	text-decoration: underline;
}
.footerCell a:hover {

	color: #000000;
	text-decoration: underline;
}
a:link, a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

