.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.adtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
.topNav a:hover {
	text-decoration: underline;
}
.topNav a {
	color: #FFFF66;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pgNavs {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #333333;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

.pgSelected {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	font-weight: bold;
	border: 1px solid #333;
}

.pgSelected a { color:#333; }
