body {
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #000000;
}

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
	display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	width: 50px;
	text-align: left;
}
.notedefault {
	padding: 5px;
 	border: 1px solid #393B3D;
 	background-color: #ffffff;
 	color: #000000;
}

.notedefault ul {
	list-style: none;
}

.notedefault a {
	padding: 5px;
	display: block;
}
.notedefault a:HOVER {
	background-color: #F2FFBF;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 10px;
 margin-top: -5px;
}