@charset "utf-8";
.YellowCaps {
	font-weight: bold;
	color: #FC0;
}
.FooterTxt {
	font-size: 8.5pt;
	color: #CCC;
}

.FooterTxt a:link, .FooterTxt a:visited {
	color: #FC0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FC0;
	font-weight: bold;
}
.FooterTxt a:hover {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#FooterLinks a:link, #FooterLinks a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#FooterLinks a:hover {
	color: #FC0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divHomeContent a:link, #divHomeContent a:visited {
	color: #FC0;
	font-weight: normal;
}
#divHomeContent a:hover {
	text-decoration: none;
	font-weight: bold;
}
.SubHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 22pt;
	font-weight: normal;
	text-transform: capitalize;
	color: #FC0;
}
.SubHeading a:link, .SubHeading a:visited {
	color: #FC0;
}
.SubHeading a:hover {
	color: #FFF;
	text-decoration: none;
}
