.bigTitleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F57a00;
	font-size: 16px;
	font-weight: bold;
}

.navLinks {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color: #005cb8;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.navLinks a:link {
	color: #005cb8;
	text-decoration: none;
}

.navLinks a:visited {
	color: #005cb8;
	text-decoration: none;
}

.navLinks a:hover {
	color: #005cb8;
	text-decoration: underline;
}

.titleText {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #3399FF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

.bodyText a:link {
	color: #0066FF;
	text-decoration: none;
}

.bodyText a:visited {
	color: #993399;
	text-decoration: none;
}
.bodyText a:hover {
	color: #0066FF;
	text-decoration: underline;
}

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

