a.nav:active {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	font-size: 14px;
}
a.nav:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #A9A9A9;
	text-decoration: none;
	font-size: 14px;
}
a.nav:link {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	font-size: 14px;
	
}
.nav {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	font-size: 14px;
}
.UpperNav {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	background-color: #00a9cc;
	text-align: center;
}
.BodyCopy {
	font-family: "Trebuchet MS";
	color: #606060;
	text-decoration: none;
	font-size: 12px;
}
.Logo {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
	font-size: 12px;
}