@media print {
.banner { display: none; }
}

@media screen {

	div.banner {
	  z-index: 10;
	  margin: 0;
	  font-size: 80% /*smaller*/;
	  font-weight: bold;
	  line-height: 1.1;
	  text-align: right;
	  position: absolute;
	  top: 6;
	  left: auto;
	  width: 8.5em;
	  right: 2em;
	}
	
	div.banner p {
	  margin: 0; 
	  padding: 0.3em 0.4em;
	  border: black;
	  border-style: solid;
	  border-left-width: 0;
	  border-top-width: 1;
	  border-right-width: 1;
	  border-bottom-width: 0;
	  color: black;
	  text-align: center;
	  padding-bottom: 7
	}
	
	div.banner a, div.banner { display: block; margin: 0 0.5em }
	div.banner a:link { text-decoration: none; color: #008 }
	div.banner a:hover { text-decoration: none; color: #533 }
	div.banner a:visited { text-decoration: none; color: #555 }

}

body {
  font-family: Arial;
  font-size: 14;
}
table {
  background: #201F45
}

.contact {
  font-size: 80% /*smaller*/;
  line-height: 3;
  text-align: center;
  text-decoration: none; 
}

.note {
}
.java {
  padding-left: 2px; 
  font-size: 10pt; 
  padding-bottom: 5px; 
  margin: 3px 25px; 
  padding-top: 5px; 
  background-color: #CACACA; 
}
.print {
  font-size: 10pt;
  font-family: Arial, Verdana;
}

