
/* Headers */
h1 {
	font-family: Copperplate Gothic Light, Verdana, Helvetica, Arial;
	font-weight: bold;
	font-size: large; }
h2 {
	font-family: Copperplate Gothic Light, Verdana, Helvetica, Arial;
	font-weight: bold;
	font-size: medium; }
h3 {
	font-family: Copperplate Gothic Light, Verdana, Helvetica, Arial;
	font-weight: bold;
	/* color: red; */
	font-size: small; }
h4 {
	font-family: Copperplate Gothic Light, Verdana, Helvetica, Arial;
	color: navy;
	font-size: large; }

span.top1 {
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	font-size: large; }
span.top2 {
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	font-size: medium; }

/* Default paragraph font; could try harmony display or Verdana, Helvetica, Arial */
body, .normal, table, th, td {
	font-family: Arial;
	font-size: small; }

/* --------------------------------------- */

/* Styles for header */
.topheading {
	font-family: Copperplate Gothic Light, Verdana, Helvetica, Arial;
	font-size: x-large;
	color: black;
	font-weight: bold;}
.navbar {
	font-family: Verdana, Helvetica, Arial;
	font-size: xx-small;
	color: white; }
.topNavLine {
	font-family: Arial;
	color: #808080;
	text-decoration: italic;
	font-size: x-small; }
/* --------------------------------------- */

/* footer text */
.footer {
	font-family: Arial;
	color: #808080;
	text-decoration: italic;
	font-size: xx-small; }

/* --------------------------------------- */

/* Styles for contents */
span.contentsNoLink {
	font-family: Verdana, Helvetica, Arial;
	color: #808080;
	text-decoration: none;
	font-weight: bold;
	font-size: small; }
a.contentsStd:link{
	font-family: Verdana, Helvetica, Arial;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: small; }
a.contentsStd:visited {
	font-family: Verdana, Helvetica, Arial;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: small; }
a.contentsStd:hover {
	font-family: Verdana, Helvetica, Arial;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: small; }
h1.contentsStd {
	font-family: harmony display;
	color: white;
	font-weight: bold;
	font-size: large; }
span.contentsSmlHead {
	font-family: harmony display;
	color: white;
	font-weight: bold;
	font-size: medium; }

/* --------------------------------------- */

/* Styles for front page */
h1.frontPageStd {
	font-family: harmony display;
	color: orange;
	text-decoration: none;
	font-size: xx-large; }
p.frontPageStd {
	font-family: harmony display;
	color: white;
	text-decoration: none;
	font-size: medium; }
a.frontPageStd:link, a.frontPageStd:visited {
	color:orange;
	text-decoration: none;
	font-weight: bold; }

/* --------------------------------------- */

/* Styles for menu */
div.menu {
	font-family: Copperplate Gothic Light, Verdana, Helvetica, Arial;
}

/* Miscellaneous */
.copyright {
	font-weight: bold; }
	
.pubKeywords {
	font-size: x-small;
	font-style: italic;
}

.contactType{
	font-weight: bold;
	color: maroon;
}


