body {
	margin: 0px;
	color: #666666;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	scrollbar-face-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-darkshadow-color: #000000;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #000000;
}
table {font-size: 13px;}
p {
	font-size: 13px;
	text-align: justify;
	margin-bottom: 5px;
	text-indent: 25px;
	margin-top: 0px;
}
A:link		{color: #999999; text-decoration: none;}
A:visited	{color: #999999; text-decoration: none;}
A:hover		{color: #FFFFFF; text-decoration: none;}
A:active	{color: #FFFFFF; text-decoration: none;}
.Menu {
	display: block;
	width: 150px;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}
.Menu:link {
	color: #999999;
}
.Menu:visited {
	color: #999999;
}
.Menu:hover {
	color: #FFFFFF;
	background-color: #333333;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
}
.Menu:active {
	color: #FFFFFF;
	background-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.MenuActive {
	display: block;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	width: 150px;
}
.MenuActive:link {
	color: #FFFFFF;
	background-color: #000033;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #999999;
}
.MenuActive:visited {
	color: #FFFFFF;
	background-color: #000033;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #999999;
}
.MenuActive:hover {
	color: #FFFFFF;
	background-color: #333333;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #999999;
}
.MenuActive:active {
	color: #FFFFFF;
	background-color: #000033;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #999999;
}
.MenuOff {
	display: block;
	color: #333333;
	width: 150px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}
.Copyright {
	color: #446688;
	text-align: right;
	font-size: 10px;
	margin-right: 10px;
	margin-left: 250px;
	text-indent: 0px;
}
.SiteLink:link		{color: #666666; text-decoration: none;}
.SiteLink:visited	{color: #666666; text-decoration: none;}
.SiteLink:hover		{color: #FFFFFF; text-decoration: none;}
.SiteLink:active	{color: #FFFFFF; text-decoration: none;}
.Title {
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 10px;
}
.MainTitle {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 22px;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 10px;
}
.MainSubTitle {
	color: #999999;
	font-size: 15px;
	font-weight: bold;
}
.DocVersion {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}
hr {
	color: #666666;
	height: 1px;
}

ul {
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-type: square;
	margin-left: 50px;
	text-align: justify;
}
ol {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 50px;
	text-align: justify;
}
.DocName {
	font-size: 17px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 10px;
}
.DocDesc {
	font-size: 13px;
	text-indent: 0px;
	margin-left: 50px;
	margin-bottom: 0px;
}
.CenterFig {
	text-indent:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.CodeList {
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	background-color: #333333;
	text-align: left;
	text-indent: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #999999;
	font-style: normal;
}
.TextField {
	color: #CCCCCC;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}
.YearList {
	text-align: right;
	margin-top: 20px;
	padding-top: 5px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
dfn {
	color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
}
acronym {
	font-weight: bold;
	color: #CCCCCC;
}
.UnderConstruction {
	color: #333333;
}
.Notice {
	color: #999966;
	text-align: center;
	text-indent: 0px;
	padding: 10px;
	border: 1px solid #999966;
	margin-top: 20px;
	margin-right: 150px;
	margin-bottom: 20px;
	margin-left: 150px;
}

