.TitleH {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 16pt;
        color: #999999;
	letter-spacing: 1.4em;
}
.Note
{
	color: #999999;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
}
.Note2
{
	color: #5A5A5A;
	font-size: 8pt;
	font-family: sans-serif;
	text-decoration: none;
}
.Note3
{
	color: #999999;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.Note4
{
	color: #4B4B4B;
	font-size: 8pt;
	font-family: sans-serif;
	text-decoration: none;
}
a:link
{
	color: #999999;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
	letter-spacing: 0.1em;
}  /* for unvisited links */
a:visited
{
	color: #999999;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
	letter-spacing: 0.1em;
} /* for visited links */
a:active
{
	color: #999999;
	font-size: 10pt;
	font-family: sans-serif;
	text-decoration: none;
	letter-spacing: 0.1em;
} /* when link is clicked */

a:hover
{
	color: #D2D2D2;
	text-decoration: none;
} /* when mouse is over link */
body {
	background: #030303;
	scrollbar-face-color: #000000; /* black */
	scrollbar-arrow-color: #99CCFF; /* blue */
	scrollbar-track-color: #000000; /* black */
	scrollbar-shadow-color: #2D2D2D;
	scrollbar-highlight-color: #2D2D2D;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-Color: #000000;
}
/*
table {
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-color: #99CCFF;
}
td {
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-color: #99CCFF;
}
*/
