BODY {
	background-color: #ffffff;
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
    scrollbar-face-color: #aaaaaa;
    scrollbar-shadow-color: #666666;
    scrollbar-highlight-color: #aaaaaa;
    scrollbar-3dlight-color: #dddddd;
    scrollbar-darkshadow-color: #444444;
    scrollbar-ack-color: #cccccc;
    scrollbar-arrow-color: #ffffff;
}
P{
	font-size : 10pt;
}
h1{
	font-size : 16pt;
	text-align : center;
	color : #3F5F49;
}
A {
	color:#0066FF;
	text-decoration : none;
}
A visited{
		color:#666666;
}
A active{
		color: #000066;
}
.error{
	color : #CE0000;
	font-weight : bolder;
}
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

.title{
	font-size: 14 pt;
	font-weight: bold;
}
.sort{
	cursor:pointer;
	font-weight:bold;
}
/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: .5em;
 left: 1.5em; width: 25em;
 font-size: 8pt;
}
.notedefault {
 padding: 3px;
 border: 1px solid #a1bd8c;
 background-color: #ffffff;
 color: black;
 width:125px;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 2px;
 margin-top: 5px;
 visibility: hidden;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: #a1bd8c;
 color: white;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}	