.topnav1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

/* Andy changes ... */

a.topnav1,
a.topnav1:link,
a.topnav1:visited {
	color:#000;
	text-decoration: underline;
}

a.topnav1:hover {
	text-decoration: none;
}

/* ... end of Andy changes */


.smalltextbold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.smalltext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.smalltext:hover {
	text-decoration: underline;
}
.topnav2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
.text2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.textbold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}
.textunderline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	line-height: 16px;
}
.textlargebold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 28px;
}
.textlarge {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.textitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.textmid {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
}
.textmidbold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.textsemibold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textsemiboldunderline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.textboldpink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FF0099;
}

/* Andy's changes ... */

a, a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	}

a.faq, a:link.faq, a:visited.faq {
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}

a:hover.faq {
	text-decoration:none;
	}

/* ... end of Andy changes */
