body {
    background: #FFFFE0;
}

#TopMsg .TopNotePara {
    margin: 2px 0 5px 0;
    color:red;
    text-align: center;
}

#nsnEnts {
    background-color: #E6EBFE;
    height: 95px;
    margin-bottom: 1.1em;
    border: #000 solid 2px;
    width: 66%;
}
#nsnEnts fieldset {
    border: none;
}

/*- The table for NIINs has special properties */
.tblNSN {
	border-collapse: collapse;
    width: 860px;
}

.tblNSN caption {
	font: bold 1.2em "Times New Roman", Times, serif;
	background-color: #D9FDFF;
	color: #004080;
	padding-top: 3px;
	padding-bottom: 2px;
    margin-bottom: 10px;
	border: 1px solid #004080;
}

.tblNSN td {
    text-align: center;
    vertical-align: top;
}

.tblNSN td div {
    font-size: 6pt;
    color: #000;
}

a.theNSN {
    font-size: 9pt;
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}

span.NSNInfo {
    font-size: 1px;
    display: none;
}

a.chosen, a:visited.chosen  {
  color: #FF0000;
}