.notebody { 
  border: 1px solid #999999; 
  color: #000000; 
  background: #ffffff; 
  position:absolute; z-index: +10; 
  width:200px; 
  padding: 2px; 
  left: 40px; 
  font-size: 8pt;
 }
.notetitle { 
  font-weight: bold; 
  background: #013567; 
  color: #ffffff; 
  padding: 2px; 
  width: 100%; 
  margin: 0px;  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
 }
.texthide { 
  font-weight: bold; 
  background: #2c4da1; 
  color: #B4D44B; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
 }	 
.notehidden { display: none; }
.notevisible {
	display: block;
	position: absolute;
	z-index: +10;
	text-align: center;
	width: 25%;
	margin-left: 0px;
	margin-right: auto;
}
.copyright { font: normal 10px Arial, Helvetica, Geneva, Verdana, sans-serif; color: 000099; }	
