body {
  font-family: Arial, Helvetica, Sans Serif;
}

h1 {
  font-size: 15pt;
  font-weight: bold;
  color: #ffffff;
}

*.black {
  color: #000000;
}

h1.black {
  font-size: 15pt;
  font-weight: bold;
  color: #000000;
}

a:link.nav {
}

a:visited.nav {
}

a:hover.nav {
}

a:active.nav {
}

*.contact-input {
  color : rgb(255, 255, 255);
  background : transparent;
  border-style : solid;
  border-width : 1px;
  overflow:hidden;
}

*.nav {
  text-decoration: none;
  color: rgb(255,255,255);
  font-size: 15;
  font-weight: bold;
}

*.navCurrent {
  text-decoration: none;
  color: rgb(200,0,0);
  font-size: 15;
  font-weight: bold;
}

*.link {
  text-decoration: underline;
  color: rgb(255,255,255);
  font-size: 15;
  font-weight: bold;
}

*.linkBlack {
  text-decoration: underline;
  color: rgb(0,0,0);
  font-size: 15;
  font-weight: bold;
}

*.nav2 {
  text-decoration: underline;
  font-size: 9pt;
  color: #000000;
}

*.highlight {
  color: rgb(255,255,255);
  font-size: 15;
  font-weight: bold;
}

*.footer {
  font-size: 9pt; 
  color: #000000;
  text-align: left;
}

*.text {
  font-size: 9pt;
  color: #000000;
}

*.textWhite {
  font-size: 9pt;
  color: #ffffff;
}

*.title {
  font-size: 15pt;
  font-weight: bold;
  color: #000000;
}




 

input.passwd {
		background-color: #ffffff;
		font-variant: small-caps;
		}

button.style {  background-color: #fea100;
						border-width: thin;
						border-style: outset;
						border-color: #fea100;
						color: #000000;
					}