#TopMsg .TopNotePara {
    margin: 2px 0 5px 0;
    color:red;
    text-align: center;
}

/*- The table for NIINs has special properties */
.tblNIIN {
	border-collapse: collapse;
    width: 700px;
}

.tblNIIN 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;
}

.tblNIIN td {
    text-align: center;
    vertical-align: top;
}

.tblNIIN td div {
    font-size: 6pt;
    color: #000;
}

span.theNIIN {
    font-size: 10pt;
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}

span.NIINInfo {
    font-size: 1px;
    display: none;
}

a.chosen, a:visited.chosen  {
  color: #FF0000;
}
