a:link, a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.leftMenu a:link, .leftMenu a:visited {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	text-decoration: none;
	text-align: right;
	display: block;
	border-top: 1px #000033;
	border-right: 1px #000033;
	border-bottom: 1px solid #000033;
	border-left: 1px #000033;
	padding-right: 5px;
	padding-top: 1px;
	margin: 0px;
	padding-bottom: 1px;
}
.leftMenu a:hover {
	background-color: #FF0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	color: #FFFFFF;
}
.footerCell {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding-top: 10px;
}
.footerCell a:link, .footerCell a:visited {
	color: #666666;
}
.footerCell a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
}
.topMenuBar a:link, .topMenuBar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 10px;
	padding-right: 3px;
	padding-left: 3px;
}
.topMenuBar a:hover {
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: none;
}

