.Note
{
	color: #000000;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
}
.NoteH {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 14pt;
        color: #999999;
	letter-spacing: 1em;
}
.NoteT {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12pt;
        color: #999999;
        /* font-weight: bolder; */
	/* font-style: italic; */
}
.NoteTL {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 10pt;
        color: #999999;
        /* font-weight: bolder; */
	/* font-style: italic; */
}
.NoteML /* used for dates in leftFrame */
{
	color: #999999;
	font-size: 12pt;
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	letter-spacing:0.1em;
}
.NoteP {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 12pt;
        color: #CCCCCC;
}

a:link
{
	color: #99CCFF;
	text-decoration: none;
}  /* for unvisited links */

a:visited
{
	color: #99CCFF;
	text-decoration: none;
} /* for visited links */

a:active
{
	color: #99CCFF;
	text-decoration: none;
} /* when link is clicked */

a:hover
{
	color: #FFFF33;
	text-decoration: none;
} /* when mouse is over link */

body {
	color: #999999;
	background: #000000;
	scrollbar-face-color: #000000; /* black */
	scrollbar-arrow-color: #99CCFF; /* blue */
	scrollbar-track-color: #000000; /* black */
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-Color: #000000;
}
