a {
	color: #909090;
	text-decoration:none;
}
a:visited {
	color: #909090;
	text-decoration:none;
}
a:hover {
	color: #505050;
	text-decoration:underline;
}
a:visited:hover {
	color: #505050;
	text-decoration:underline;
}
#pageBottom a {
	color: #FFFFFF;
	text-decoration:none;
}
#pageBottom a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#pageBottom a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
#pageBottom a:visited:hover {
	color: #CCCCCC;
	text-decoration:underline;
}

.leftBodyHeader {
	font-weight:bold;
	color:#333333;
	font-size:12px;
}
.leftBodySmallPrint {
	font-size:10px;
	text-align: justify;
}
.bodyHeader {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
}
.navText {
	display:inline;
	color:#5F5E5C;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
}
.navText a {
	text-decoration:none;
	color:#5F5E5C;
}
.navText a:visited {
	text-decoration:none;
	color:#5F5E5C;
}
.navText a:hover {
	text-decoration:underline;
	color:#97AEBE;
}
.navText a:visited:hover {
	text-decoration:underline;
	color:#97AEBE;
}