a.topnav:link {
	color: #000066;
	text-decoration: none;
}

a.topnav:visited {
  color: #000066;
  text-decoration: none;
}

a.topnav:hover {
  color: #cc0000;
  text-decoration: none;
}

a.topnav:active {
	color: #cc0000;
	text-decoration: bold;
}

a.nav:link {
	color: 002c69;
	text-decoration: none;
}

a.nav:visited {
  color: #002c69;
  text-decoration: none;
}

a.nav:hover {
	color: 002c69;
	text-decoration: underline;
}

a.topnav:active {
	color: #002c69;
	text-decoration: none;
}

a.copy:link {
	color: #cc0000;
	text-decoration: underline;
}

a.copy:visited {
  color: #000000;
  text-decoration: underline;
}

a.copy:hover {
	color: #cc0000;
	text-decoration: none;
}

a.copy:active {
	color: #8cc0000;
}
a.home:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 23px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a.home:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 23px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}
a.home:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 23px;
	font-weight: bold;
	color: cc0000;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}
a.home:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 23px;
	font-weight: bold;
	color: cc0000;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}
.heading {
	font-weight: bold;
	padding: 5px;
}
.space {
	padding: 4px;
}
.bluespace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}
