.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
}
.linksBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.navlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #1F6196;
}
.dotted {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #1D1F76;
}
.borderfull {
	border: 1px dashed #000000;
}
a:link {
	color: #3B0A6C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B0A6C;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3B0A6C;
	background-repeat: no-repeat;
}
.subheadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	color: #000000;
}
