/* site */
body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 11pt;
}

a { 
  text-decoration : underline; 
  color : #0000ff; 
}

.head1 {
	font-size: 24px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	font-weight: bold;
}
.noprint { 
  display : none; 
} 
.pos1 { 
  position : absolute;
  top : 20px;
    left: 20px;
    z-index: 1;
} 