.style1 {
	font-size: 10px
}
body {
	background-color: #B59462;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif
}
.navlink {
	width: 16%;
	text-align: center;
	font-family: calibri, helvetica, arial;
	font-size: 11px;
	background-color: lightyellow;
	border-style: outset;
	border-width: thin;
	border-color: orange;
}
.navlink A {
	text-decoration: none;
	color: red;
}
.navlink A:visited {
	color: red;
}
H1, H2, H3, P, BODY {
	font-family: calibri, helvetica, arial;
}
div#NSPopUP {
    background-color: lightyellow;
    overflow:hidden;
    position:absolute;
    z-index:70;
    border: solid 1px #000;
    font-family: Calibri,Helvetica,Arial;
}
div#NSPopTitle {
  padding: 5px;
  height: 20px;
  width: 100%;
  background-color: orange;
  color: white;
  font-weight: bold;
  text-align:left;
  font-family: Calibri,Helvetica,Arial;
}
img#NSPopCloseButton {
  float: right;
  margin-top:1px;
}
div#NSPopTitleText {
    margin-left: 5px;
    padding-top:3px;
}
div#NSPopTransparent {
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: #0000cc;
  z-index: 69;
}

div#NSPopBodyFrame {
  position: relative;
  width: 100%;
  overflow: auto;
}
div#NSPopBodyText {
    padding: 5px;
}