body {font-family:Times New Roman; font-size:12pt
 }

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 24em;
 font: 13px/1.4 Arial;
}
.notedefault {
 padding: 4px;
 border: 4px solid #8B8989;
 background-color: #8B8989;
 color: white;
 font: 13px/1.4 Arial;
}
.notenested {
 width: 18em;
 padding: 3px;
 border: 4px solid #8B8989;
 background-color: #8B8989;
 color: white;
 font: 13px/1.4 Arial;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 0px;
 margin-top: 1.5em;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 0 0;
 padding: 2px;
 background-color: white;
 color: black;
 font: 13px/1.4 Arial;
}
